SDK-Android
libcore
/
io.mimi.sdk.core.common
/
MimiObserver
Mimi
Observer
interface
MimiObserver
<
T
>
Content copied to clipboard
MimiObserver
An interface to be notified of value changes.
Functions
Parameters
Parameters
T
generic type of the value to be observed.
Functions
emit
Link copied to clipboard
abstract
suspend
fun
emit
(
value
:
T
)
Content copied to clipboard