B4SActionType Constants Reference

Declared in B4SEnums.h

B4SActionType

The type of an action associated with a notification

Definition

typedef NS_ENUM(NSInteger, B4SActionType ) {
   B4SActionType_NONE,
   B4SActionType_REJECT,
   B4SActionType_BUSY,
   B4SActionType_INAPP,
   B4SActionType_INAPPWEB,
   B4SActionType_WEB,
   B4SActionType_IMAGE,
   B4SActionType_TEXT,
};

Constants

B4SActionType_NONE

No internal action was required.

Declared In B4SEnums.h.

B4SActionType_REJECT

The user chose not to open the notification

Declared In B4SEnums.h.

B4SActionType_BUSY

Declared In B4SEnums.h.

B4SActionType_INAPP

The interaction is configured to open a predefined page in your application. Use [notificationData.userInfo objectForKey:kB4SNotifPageId] to know the page to open

Declared In B4SEnums.h.

B4SActionType_INAPPWEB

A webview was opened to display the url set in the interaction

Declared In B4SEnums.h.

B4SActionType_WEB

An URL was open in Safari, or an URL Scheme was opened

Declared In B4SEnums.h.

B4SActionType_IMAGE

Unused

Declared In B4SEnums.h.

B4SActionType_TEXT

Unused

Declared In B4SEnums.h.

Declared In

B4SEnums.h