SendbirdUIKit
3.21.0
SendbirdUIKit
/
com.sendbird.uikit.widgets
/
StatusFrameView
Status
Frame
View
class
StatusFrameView
@
JvmOverloads
constructor
(
context
:
Context
,
attrs
:
AttributeSet
?
=
null
,
defStyleAttr
:
Int
=
0
)
:
FrameLayout
Types
Constructors
Functions
Properties
Constructors
Status
Frame
View
Link copied to clipboard
@
JvmOverloads
fun
StatusFrameView
(
context
:
Context
,
attrs
:
AttributeSet
?
=
null
,
defStyleAttr
:
Int
=
0
)
Types
Status
Link copied to clipboard
enum
Status
:
Enum
<
StatusFrameView.Status
>
Functions
set
Background
Link copied to clipboard
open
override
fun
setBackground
(
drawable
:
Drawable
)
set
Background
Color
Link copied to clipboard
open
override
fun
setBackgroundColor
(
color
:
Int
)
set
On
Action
Event
Listener
Link copied to clipboard
fun
setOnActionEventListener
(
listener
:
View.OnClickListener
)
set
Status
Link copied to clipboard
fun
setStatus
(
status
:
StatusFrameView.Status
)
Properties
action
Icon
Tint
Link copied to clipboard
var
actionIconTint
:
ColorStateList
?
action
Text
Link copied to clipboard
var
actionText
:
Int
empty
Icon
Link copied to clipboard
var
emptyIcon
:
Drawable
?
empty
Icon
Tint
Link copied to clipboard
var
emptyIconTint
:
ColorStateList
?
empty
Text
Link copied to clipboard
var
emptyText
:
String
?
error
Icon
Link copied to clipboard
var
errorIcon
:
Drawable
?
error
Icon
Tint
Link copied to clipboard
var
errorIconTint
:
ColorStateList
?
error
Text
Link copied to clipboard
var
errorText
:
String
?
show
Action
Link copied to clipboard
var
showAction
:
Boolean
=
false