UASituation Constants Reference
Declared in | UAActionArguments.h |
UASituation
Represents the possible situations.
Definition
typedef NS_ENUM(NSInteger, UASituation ) {
UASituationManualInvocation,
UASituationLaunchedFromPush,
UASituationForegroundPush,
UASituationBackgroundPush,
UASituationWebViewInvocation,
UASituationForegroundInteractiveButton,
UASituationBackgroundInteractiveButton,
};
Constants
UASituationManualInvocation
-
Represents a situation in which the action was invoked manually.
Declared In
UAActionArguments.h
. UASituationLaunchedFromPush
-
Represents a situation in which the application was launched from a push notification.
Declared In
UAActionArguments.h
. UASituationForegroundPush
-
Represents a situation in which a push notification was received in the foreground.
Declared In
UAActionArguments.h
. UASituationBackgroundPush
-
Represents a situation in which a push notification was received in the background.
Declared In
UAActionArguments.h
. UASituationWebViewInvocation
-
Represents a situation in which the action was triggered from a web view
Declared In
UAActionArguments.h
. UASituationForegroundInteractiveButton
-
Represents a situation in which the action was triggered from a foreground interactive notification button.
Declared In
UAActionArguments.h
. UASituationBackgroundInteractiveButton
-
Represents a situation in which the action was triggered from a background interactive notification button.
Declared In
UAActionArguments.h
.
Declared In
UAActionArguments.h