INSActionType Constants Reference

Declared in INSActionType.h

INSActionType

INSActionType enum specifies the different types of action.

Definition

typedef NS_ENUM(NSUInteger, INSActionType ) {
   INSActionTypeNotification = 1,
   INSActionTypeCustom,
   INSActionTypeWebView,
};

Constants

INSActionTypeNotification
 Notification action.

Declared In INSActionType.h.

INSActionTypeCustom
 Custom action.

Declared In INSActionType.h.

INSActionTypeWebView
 Web View action.

Declared In INSActionType.h.

Declared In

INSActionType.h