Class SDKProcessLifecycleObserver
-
- All Implemented Interfaces:
-
androidx.lifecycle.LifecycleEventObserver,androidx.lifecycle.LifecycleObserver
public final class SDKProcessLifecycleObserver implements LifecycleEventObserverRepresents the process lifecycle observer to manage the foreground and background event handler.
-
-
Constructor Summary
Constructors Constructor Description SDKProcessLifecycleObserver()
-
Method Summary
Modifier and Type Method Description UnitonStateChanged(LifecycleOwner source, Lifecycle.Event event)-
-
Method Detail
-
onStateChanged
Unit onStateChanged(LifecycleOwner source, Lifecycle.Event event)
-
-
-
-