AWSPinpointTargetingSegmentGroupList

Objective-C

@interface AWSPinpointTargetingSegmentGroupList

Swift

class AWSPinpointTargetingSegmentGroupList

Specifies the settings that define the relationships between segment groups for a segment.

  • An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSPinpointTargetingSegmentGroup *> *_Nullable groups;

    Swift

    var groups: [AWSPinpointTargetingSegmentGroup]? { get set }
  • Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.

    Declaration

    Objective-C

    @property (nonatomic) AWSPinpointTargetingInclude include;

    Swift

    var include: AWSPinpointTargetingInclude { get set }