AWSPinpointPushEventSourceType
Objective-C
NS_ENUM(NSInteger, AWSPinpointPushEventSourceType) {
AWSPinpointPushEventSourceTypeCampaign,
AWSPinpointPushEventSourceTypeJourney,
AWSPinpointPushEventSourceTypeUnknown
}
Swift
enum AWSPinpointPushEventSourceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeCampaign
Swift
case campaign = 0
-
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeJourney
Swift
case journey = 1
-
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeUnknown
Swift
case unknown = 2