GWIoTApi
Toggle table of contents
1.2.1
ios
Platform filter
ios
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.livedata
/
NLiveData
/
observe
observe
ios
open
fun
observe
(
owner
:
NLifecycleOwner
,
observer
:
NObserver
<
in
T
>
)
open
fun
observe
(
weakRef
:
Any
,
block
:
(
T
)
->
Unit
)