public class ModuleViews extends ModuleBase
| Constructor and Description |
|---|
ModuleViews() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getFeature() |
void |
init(InternalConfig config)
All initialization must be done in this method, not constructor.
|
void |
onActivityStarted(CtxCore ctx)
|
void |
onActivityStopped(CtxCore ctx)
When
Activity stopped, stops previously started View. |
isActive, onActivityCreated, onActivityDestroyed, onActivityPaused, onActivityResumed, onActivitySaveInstanceState, onConfigurationChanged, onContextAcquired, onDeviceId, onLimitedContextAcquired, onRequest, onRequestCompleted, onSessionBegan, onSessionEnded, onUserChanged, stoppublic void init(InternalConfig config)
Moduleinit in interface Moduleinit in class ModuleBaseconfig - Countly configuration object: can be stored locally if needed.public void onActivityStarted(CtxCore ctx)
onActivityStarted in interface ModuleonActivityStarted in class ModuleBasectx - CtxCore with activity setpublic void onActivityStopped(CtxCore ctx)
Activity stopped, stops previously started View.onActivityStopped in interface ModuleonActivityStopped in class ModuleBasectx - CtxCore with activity setpublic java.lang.Integer getFeature()