AWSPinpointTargetingEventFilter
Objective-C
@interface AWSPinpointTargetingEventFilter
Swift
class AWSPinpointTargetingEventFilter
Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.
Required parameters: [FilterType, Dimensions]
-
The dimensions for the event filter to use for the campaign or the journey activity.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEventDimensions *_Nullable dimensions;
Swift
var dimensions: AWSPinpointTargetingEventDimensions? { get set }
-
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (
Events resource) occurs. Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingFilterType filterType;
Swift
var filterType: AWSPinpointTargetingFilterType { get set }