public static interface AndroidContextManager.AndroidContextChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onContextCreate(android.content.Context ctx)
Called when an Android Context is created
|
void |
onContextDestroy(android.content.Context ctx)
Called when an Android Context is destroyed
|