AWSPinpointPushEventSourceType

Objective-C

NS_ENUM(NSInteger, AWSPinpointPushEventSourceType) {
    AWSPinpointPushEventSourceTypeCampaign,
    AWSPinpointPushEventSourceTypeJourney,
    AWSPinpointPushEventSourceTypeUnknown
}

Swift

enum AWSPinpointPushEventSourceType : Int, @unchecked Sendable

Undocumented