toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.ui.context
/
CoreActivity
/
getResultObjectObserver
get
Result
Object
Observer
fun
<
T
>
getResultObjectObserver
(
action
:
(
T
)
->
Unit
,
actionEmpty
:
(
)
->
Unit
?
=
null
,
actionError
:
(
Throwable
,
_super
:
(
Throwable
)
->
Unit
)
->
Unit
?
=
null
)
:
ResultObserver
<
T
>