AWSPinpointPushActionType
Objective-C
NS_ENUM(NSInteger, AWSPinpointPushActionType) {
AWSPinpointPushActionTypeOpened,
AWSPinpointPushActionTypeReceivedForeground,
AWSPinpointPushActionTypeReceivedBackground,
AWSPinpointPushActionTypeUnknown
}
Swift
enum AWSPinpointPushActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeOpened
Swift
case opened = 0
-
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeReceivedForeground
Swift
case receivedForeground = 1
-
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeReceivedBackground
Swift
case receivedBackground = 2
-
Undocumented
Declaration
Objective-C
AWSPinpointPushActionTypeUnknown
Swift
case unknown = 3