GWIoTApi
Toggle table of contents
1.2.1
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.livedata
/
MutableLiveEvent
/
postValue
post
Value
android
common
ios
actual
open
override
fun
postValue
(
value
:
T
)
expect
fun
postValue
(
value
:
T
)
Post the value of the data on the next event loop cycle (if possible).
Parameters
value
The value to set.
actual
open
override
fun
postValue
(
value
:
T
)