OMCAction Constants Reference

Declared in OMCConversation.h

OMCAction

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

Definition

typedef NS_ENUM(NSInteger, OMCAction ) {
   OMCActionInAppNotificationTapped,
   OMCActionPushNotificationTapped,
};

Constants

OMCActionInAppNotificationTapped

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

Declared In OMCConversation.h.

OMCActionPushNotificationTapped

The user has tapped on a Bots push notification.

Declared In OMCConversation.h.

Declared In

OMCConversation.h