AWSPinpointPushActionType
Objective-C
NS_ENUM(NSInteger, AWSPinpointPushActionType) {
AWSPinpointPushActionTypeOpened,
AWSPinpointPushActionTypeReceivedForeground,
AWSPinpointPushActionTypeReceivedBackground,
AWSPinpointPushActionTypeUnknown
}
Swift
enum AWSPinpointPushActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeOpenedSwift
case opened = 0 -
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeReceivedForegroundSwift
case receivedForeground = 1 -
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeReceivedBackgroundSwift
case receivedBackground = 2 -
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeUnknownSwift
case unknown = 3
View on GitHub
Install in Dash
AWSPinpointPushActionType Enumeration Reference