-
public class AppStates
-
-
Field Summary
Fields Modifier and Type Field Description public final static ObjectDUMMY_CLEAR_EVENT
-
Constructor Summary
Constructors Constructor Description AppStates(Application application)AppStates(Application application, AppLifecycle appLifeState, NetworkState networkState, ActivityLifecycle activityLifeState, PublishSubject<Object> clearSdkObservable)
-
Method Summary
Modifier and Type Method Description Observable<AppLifecycle.AppState>getAppLifecycleObservable()Observable<NetworkState.State>getNetworkStateObservable()Observable<Activity>getCurrentActivityObservable()ContextgetAppContext()Observable<Object>getClearEventObservable()Observable<Object>getClearWithInitObservable()voidtriggerClearEvent()-
-
Constructor Detail
-
AppStates
AppStates(Application application)
-
AppStates
AppStates(Application application, AppLifecycle appLifeState, NetworkState networkState, ActivityLifecycle activityLifeState, PublishSubject<Object> clearSdkObservable)
-
-
Method Detail
-
getAppLifecycleObservable
Observable<AppLifecycle.AppState> getAppLifecycleObservable()
-
getNetworkStateObservable
Observable<NetworkState.State> getNetworkStateObservable()
-
getCurrentActivityObservable
Observable<Activity> getCurrentActivityObservable()
-
getAppContext
Context getAppContext()
-
getClearEventObservable
@CheckReturnValue() Observable<Object> getClearEventObservable()
-
getClearWithInitObservable
@CheckReturnValue() Observable<Object> getClearWithInitObservable()
-
triggerClearEvent
void triggerClearEvent()
-
-
-
-