public interface IEventListener
Modifier and Type | Method and Description |
---|---|
default void |
onNewSession() |
default void |
onSessionConfigured(boolean cached,
org.json.JSONObject config) |
default void |
onStarted() |
default void |
onStopped() |