AWSPinpointTargetingSetDimension
Objective-C
@interface AWSPinpointTargetingSetDimensionSwift
class AWSPinpointTargetingSetDimensionSpecifies the dimension type and values for a segment dimension.
Required parameters: [Values]
- 
                  
                  The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment. DeclarationObjective-C @property (nonatomic) AWSPinpointTargetingDimensionType dimensionType;Swift var dimensionType: AWSPinpointTargetingDimensionType { get set }
- 
                  
                  The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values. DeclarationObjective-C @property (nonatomic, strong) NSArray<NSString *> *_Nullable values;Swift var values: [String]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSPinpointTargetingSetDimension Class Reference
        AWSPinpointTargetingSetDimension Class Reference