GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.ext
/
toLiveData
to
Live
Data
inline suspend
fun
<
T
>
Flow
<
T
>
.
toLiveData
(
)
:
LiveData
<
T
>
Flow转LiveData
inline
fun
<
T
>
Flow
<
T
>
.
toLiveData
(
scope
:
CoroutineScope
)
:
LiveData
<
T
>