SendbirdUIKit
3.21.0
SendbirdUIKit
/
com.sendbird.uikit.model
/
MutableLiveDataEx
Mutable
Live
Data
Ex
class
MutableLiveDataEx
<
T
>
:
LiveDataEx
<
T
>
LiveData which publicly exposes setValue(T) and postValue(T) method.
Since
3.0.0
Constructors
Functions
Parameters
Parameters
The type of data hold by this instance
Constructors
Mutable
Live
Data
Ex
Link copied to clipboard
fun
<
T
>
MutableLiveDataEx
(
value
:
T
)
Mutable
Live
Data
Ex
Link copied to clipboard
fun
MutableLiveDataEx
(
)
Functions
post
Value
Link copied to clipboard
open
override
fun
postValue
(
value
:
T
)
set
Value
Link copied to clipboard
open
override
fun
setValue
(
value
:
T
)