public interface Context extends DataHolder
Context holds contextual data for current state of SDK. The
Context is loaded into the memory at startup and remains until it is
reset/removed/destroyed.| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys this context after which the context will become unusable.
|
EventBus |
getEventBus() |
void |
reset()
Resets
Context. |
get, putCopyright © 2019. All rights reserved.