Skip to content

Commit 9b46520

Browse files
committed
add trackEvent to index
1 parent 23d162c commit 9b46520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class Iterable {
1515
static trackPushOpenWithCampaignId(campaignId: number, templateId: number, messageId: String | null, appAlreadyRunning: Boolean, dataFields: any | null): void
1616
static trackPurchase(total: number, items: Array<IterableCommerceItem>, dataFields: any | null): void
1717
static trackInAppOpen(message: IterableInAppMessage, location: IterableInAppLocation): void
18+
static track(event: String, dataFields: any | null): void
1819
}
1920

2021
export enum PushServicePlatform {

0 commit comments

Comments
 (0)