Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventType

Enum of event type names.

Index

Enumeration members

ConversationUpdated

ConversationUpdated: = "conversationUpdated"

Chat conversation updated.

DeepLink

DeepLink: = "deepLink"

Deep link event.

InboxUpdated

InboxUpdated: = "inboxUpdated"

Inbox updated event.

NotificationOptInStatus

NotificationOptInStatus: = "notificationOptInStatus"

Notification opt-in status event.

NotificationResponse

NotificationResponse: = "notificationResponse"

Notification response event. On Android, this event will be dispatched in the background for background notifications actions.

OpenChat

OpenChat: = "openChat"

Open chat event.

OpenPreferenceCenter

OpenPreferenceCenter: = "openPreferenceCenter"

Open preference center event.

PushReceived

PushReceived: = "pushReceived"

Push received event. On Android, this event will only be dispatched in the background if the app is able to start a service or by sending a high priority FCM message.

Register

Register: = "register"

Register event.

Registration

Registration: = "registration"

Registration event.

ShowInbox

ShowInbox: = "showInbox"

Show inbox event.

Generated using TypeDoc