public interface LifecycleEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onHostDestroy()
Called when host (activity/service) receives destroy event (e.g.
|
void |
onHostPause()
Called when host (activity/service) receives pause event (e.g.
|
void |
onHostResume()
Called when host (activity/service) receives resume event (e.g.
|
void onHostResume()
Activity#onResumevoid onHostPause()
Activity#onPausevoid onHostDestroy()
Activity#onDestroy