KTKActionType Constants Reference

Declared in KTKAction.h

KTKActionType

Action type.

Definition

typedef NS_ENUM(NSInteger, KTKActionType ) {
   KTKActionTypeInvalid = -1,
   KTKActionTypeContent = 1,
   KTKActionTypeBrowser = 2,
};

Constants

KTKActionTypeInvalid

Action type is invalid.

Declared In KTKAction.h.

KTKActionTypeContent

Content action type.

Declared In KTKAction.h.

KTKActionTypeBrowser

Browser/URL action type.

Declared In KTKAction.h.

Declared In

KTKAction.h