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 361897f commit 4ee7bdfCopy full SHA for 4ee7bdf
1 file changed
src/core/classes/IterableApi.ts
@@ -12,6 +12,9 @@ import { IterableAttributionInfo } from './IterableAttributionInfo';
12
import type { IterableCommerceItem } from './IterableCommerceItem';
13
import { IterableConfig } from './IterableConfig';
14
15
+/**
16
+ * Contains functions that directly interact with the native layer.
17
+ */
18
export class IterableApi {
19
// ====================================================== //
20
// ===================== INITIALIZE ===================== //
0 commit comments