AWSPinpointTargetingPutEventsRequest
Objective-C
@interface AWSPinpointTargetingPutEventsRequest
Swift
class AWSPinpointTargetingPutEventsRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
Specifies a batch of events to process.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEventsRequest *_Nullable eventsRequest;
Swift
var eventsRequest: AWSPinpointTargetingEventsRequest? { get set }