public interface LifecycleEventListener
Modifier and Type | Method and Description |
---|---|
void |
onHostDestroy()
Called when host activity receives destroy event (e.g.
|
void |
onHostPause()
Called when host activity receives pause event (e.g.
|
void |
onHostResume()
Called when host activity receives resume event (e.g.
|
void onHostResume()
Activity#onResume
. Always called
for the most current activity.void onHostPause()
Activity#onPause
. Always called
for the most current activity.void onHostDestroy()
Activity#onDestroy
. Only called
for the last React activity to be destroyed.