Kaluga
Toggle table of contents
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
Kaluga
architecture
/
com.splendo.kaluga.architecture.observable
/
PlatformSubjectObserver
Platform
Subject
Observer
android
common
ios
actual
interface
PlatformSubjectObserver
<
R
>
expect
interface
PlatformSubjectObserver
<
R
>
actual
interface
PlatformSubjectObserver
<
R
>
Members
Functions
create
Live
Data
Link copied to clipboard
android
abstract
fun
createLiveData
(
)
:
MutableLiveData
<
R
>
live
Data
Observer
Link copied to clipboard
android
abstract
fun
liveDataObserver
(
)
:
Observer
<
R
>
Gets an
Observer
to observe changes to this subject.