AWSPinpointPushActionType

Objective-C

NS_ENUM(NSInteger, AWSPinpointPushActionType) {
    AWSPinpointPushActionTypeOpened,
    AWSPinpointPushActionTypeReceivedForeground,
    AWSPinpointPushActionTypeReceivedBackground,
    AWSPinpointPushActionTypeUnknown
}

Swift

enum AWSPinpointPushActionType : Int, @unchecked Sendable

Undocumented