androidchatsdk / Notable Classes / SidekickEvent
SidekickEvent
enum class SidekickEvent
These are the various Chat events that can occur during runtime. You can register to listen for these events. See EventInterface for more details.
Enum Values
Name | Summary |
---|---|
SDKInitialized | When the SDK is finished initializing. |
ChatClientOpened | When the Chat is opened. |
ChatClientLoaded | When the Chat is fully loaded. |
ChatClientOpenedFromPushNotification | When the chat is triggered from the user clicking on a Chat Push Notification. |
ChatClientClosed | When the chat is closed by the user. |
ChatClientDestroyed | When the chat is destroyed (memory cleared). |
PushTokenRegistered | When the user’s Push Token has successfully been registered. |
PushTokenUnregistered | When the user’s Push Token has been successfully unregistered. |