MCPcopy Create free account
hub / github.com/Iterable/react-native-sdk / trackPurchase

Method trackPurchase

src/api/NativeRNIterableAPI.ts:100–100  ·  view source on GitHub ↗
(
    total: number,
    items: Array<{ [key: string]: string | number | boolean }>,
    dataFields?: { [key: string]: string | number | boolean }
  )

Source from the content-addressed store, hash-verified

98 items: Array<{ [key: string]: string | number | boolean }>
99 ): void;
100 trackPurchase(
101 total: number,
102 items: Array<{ [key: string]: string | number | boolean }>,
103 dataFields?: { [key: string]: string | number | boolean }

Callers 8

handleClickFunction · 0.65
trackPurchaseMethod · 0.65
trackPurchaseMethod · 0.65
trackPurchaseMethod · 0.65
Iterable.test.tsFile · 0.65
trackPurchaseMethod · 0.65
trackPurchaseMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected