AWSPinpointPushEventSourceType
Objective-C
NS_ENUM(NSInteger, AWSPinpointPushEventSourceType) {
AWSPinpointPushEventSourceTypeCampaign,
AWSPinpointPushEventSourceTypeJourney,
AWSPinpointPushEventSourceTypeUnknown
}
Swift
enum AWSPinpointPushEventSourceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeCampaignSwift
case campaign = 0 -
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeJourneySwift
case journey = 1 -
Undocumented
Declaration
Objective-C
AWSPinpointPushEventSourceTypeUnknownSwift
case unknown = 2
View on GitHub
Install in Dash
AWSPinpointPushEventSourceType Enumeration Reference