AWSPinpointTargetingEventsBatch
Objective-C
@interface AWSPinpointTargetingEventsBatch
Swift
class AWSPinpointTargetingEventsBatch
Specifies a batch of endpoints and events to process.
Required parameters: [Endpoint, Events]
-
A set of properties and attributes that are associated with the endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingPublicEndpoint *_Nullable endpoint;
Swift
var endpoint: AWSPinpointTargetingPublicEndpoint? { get set }
-
A set of properties that are associated with the event.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSPinpointTargetingEvent *> *_Nullable events;
Swift
var events: [String : AWSPinpointTargetingEvent]? { get set }