You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
@param appName The application name, as configured in Iterable during set up of the push integration
145
+
@param pushServicePlatform The PushServicePlatform to use for this device; dictates whether to register this token in the sandbox or production environment
146
+
@param onSuccess OnSuccessHandler to invoke if token registration is successful
147
+
@param onFailure OnFailureHandler to invoke if token registration fails
@abstract Tracks a pushOpen event for the specified campaign and template ids, whether the app was already running when the push was received, and optional additional data
196
251
197
252
@discussion Pass in the the relevant campaign data
@abstract Tracks a pushOpen event for the specified campaign and template ids, whether the app was already running when the push was received, and optional additional data, with custom completion blocks
265
+
266
+
@discussion Pass in the the relevant campaign data
267
+
268
+
@param campaignId The campaignId of the the push notification that caused this open event
269
+
@param templateId The templateId of the the push notification that caused this open event
270
+
@param appAlreadyRunning This will get merged into the dataFields. Whether the app is already running when the notification was received
271
+
@param dataFields An `NSDictionary` containing any additional information to save along with the event
272
+
@param onSuccess OnSuccessHandler to invoke if the open is tracked successfully
273
+
@param onFailure OnFailureHandler to invoke if tracking the open fails
0 commit comments