AWSPinpointTargetingCampaignEventFilter
Objective-C
@interface AWSPinpointTargetingCampaignEventFilter
Swift
class AWSPinpointTargetingCampaignEventFilter
Specifies the settings for events that cause a campaign to be sent.
Required parameters: [FilterType, Dimensions]
-
The dimension settings of the event filter for the campaign.
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. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (
Events resource) occurs. Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingFilterType filterType;
Swift
var filterType: AWSPinpointTargetingFilterType { get set }