Constructor and Description |
---|
AbstractPluginLifecycle(android.content.Context ctx,
MapComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
onConfigurationChanged(android.content.res.Configuration arg0)
Called if there is a configuration change.
|
void |
onCreate(android.app.Activity arg0,
MapView arg1)
Called as part of the creation of the lifecycle.
|
void |
onDestroy()
Called during lifecycle destruction.
|
void |
onFinish()
Called when the destruction is finished.
|
void |
onPause()
Called when the application is paused.
|
void |
onResume()
Called when the application is resumed.
|
void |
onStart()
Called after onCreate.
|
void |
onStop()
Called right before onDestroy.
|
public AbstractPluginLifecycle(android.content.Context ctx, MapComponent component)
public final void onConfigurationChanged(android.content.res.Configuration arg0)
Lifecycle
onConfigurationChanged
in interface Lifecycle
public final void onCreate(android.app.Activity arg0, MapView arg1)
Lifecycle
public final void onDestroy()
Lifecycle
public final void onFinish()
Lifecycle
public final void onPause()
Lifecycle
public final void onResume()
Lifecycle
public final void onStart()
Lifecycle