GWIoTApi
Toggle table of contents
1.2.1
common
ios
Platform filter
common
ios
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.livedata
/
MutableLiveData
/
postValue
post
Value
common
ios
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
)