-
- All Implemented Interfaces:
-
androidx.lifecycle.DefaultLifecycleObserver
,androidx.lifecycle.FullLifecycleObserver
,androidx.lifecycle.LifecycleObserver
@ApiStatus.Internal() public final class AppState.LifecycleObserver implements DefaultLifecycleObserver
-
-
Field Summary
Fields Modifier and Type Field Description final List<AppState.AppStateListener>
listeners
-
Method Summary
Modifier and Type Method Description List<AppState.AppStateListener>
getListeners()
void
onStart(@NonNull() LifecycleOwner owner)
void
onStop(@NonNull() LifecycleOwner owner)
-
-
Method Detail
-
getListeners
@ApiStatus.Internal()@TestOnly() List<AppState.AppStateListener> getListeners()
-
onStart
void onStart(@NonNull() LifecycleOwner owner)
-
onStop
void onStop(@NonNull() LifecycleOwner owner)
-
-
-
-