We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d162c commit 9b46520Copy full SHA for 9b46520
index.d.ts
@@ -15,6 +15,7 @@ export class Iterable {
15
static trackPushOpenWithCampaignId(campaignId: number, templateId: number, messageId: String | null, appAlreadyRunning: Boolean, dataFields: any | null): void
16
static trackPurchase(total: number, items: Array<IterableCommerceItem>, dataFields: any | null): void
17
static trackInAppOpen(message: IterableInAppMessage, location: IterableInAppLocation): void
18
+ static track(event: String, dataFields: any | null): void
19
}
20
21
export enum PushServicePlatform {
0 commit comments