KBMAction Constants Reference

Declared in KBMConversation.h

KBMAction

Represents various actions the user takes when interacting with BrandMessenger UI components.

Definition

typedef NS_ENUM(NSInteger, KBMAction ) {
   KBMActionInAppNotificationTapped,
   KBMActionPushNotificationTapped,
};

Constants

KBMActionInAppNotificationTapped

The user has tapped on a BrandMessenger in-app notification.

Declared In KBMConversation.h.

KBMActionPushNotificationTapped

The user has tapped on a BrandMessenger push notification.

Declared In KBMConversation.h.

Declared In

KBMConversation.h