AWSPinpointTargetingAttributeType

Objective-C

NS_ENUM(NSInteger, AWSPinpointTargetingAttributeType) {
    AWSPinpointTargetingAttributeTypeUnknown,
    AWSPinpointTargetingAttributeTypeInclusive,
    AWSPinpointTargetingAttributeTypeExclusive,
    AWSPinpointTargetingAttributeTypeContains,
    AWSPinpointTargetingAttributeTypeBefore,
    AWSPinpointTargetingAttributeTypeAfter,
    AWSPinpointTargetingAttributeTypeOn,
    AWSPinpointTargetingAttributeTypeBetween,
}

Swift

enum AWSPinpointTargetingAttributeType : Int, @unchecked Sendable

Undocumented