@capgo/capacitor-appsflyer 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CapgoCapacitorAppsflyer.podspec +27 -0
- package/LICENSE +21 -0
- package/Package.swift +30 -0
- package/README.md +1257 -0
- package/android/build.gradle +178 -0
- package/android/src/main/AndroidManifest.xml +7 -0
- package/android/src/main/java/capacitor/plugin/appsflyer/sdk/AFHelpers.kt +76 -0
- package/android/src/main/java/capacitor/plugin/appsflyer/sdk/AppsFlyerConstants.kt +76 -0
- package/android/src/main/java/capacitor/plugin/appsflyer/sdk/AppsFlyerPlugin.kt +812 -0
- package/android/src/main/res/.gitkeep +0 -0
- package/dist/docs.json +2145 -0
- package/dist/esm/Appsflyer_constants.d.ts +29 -0
- package/dist/esm/Appsflyer_constants.js +33 -0
- package/dist/esm/Appsflyer_constants.js.map +1 -0
- package/dist/esm/appsflyer_interfaces.d.ts +200 -0
- package/dist/esm/appsflyer_interfaces.js +18 -0
- package/dist/esm/appsflyer_interfaces.js.map +1 -0
- package/dist/esm/definitions.d.ts +219 -0
- package/dist/esm/definitions.js +2 -0
- package/dist/esm/definitions.js.map +1 -0
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/plugin.cjs.js +60 -0
- package/dist/plugin.cjs.js.map +1 -0
- package/dist/plugin.js +63 -0
- package/dist/plugin.js.map +1 -0
- package/ios/Sources/AppsFlyerPlugin/AppsFlyerAttribution.swift +60 -0
- package/ios/Sources/AppsFlyerPlugin/AppsFlyerConstants.swift +86 -0
- package/ios/Sources/AppsFlyerPlugin/AppsFlyerPlugin.swift +1007 -0
- package/ios/Sources/AppsFlyerPlugin/Extensions.swift +78 -0
- package/ios/Tests/AppsFlyerPluginTests/AppsFlyerPluginTests.swift +8 -0
- package/package.json +93 -0
package/dist/docs.json
ADDED
|
@@ -0,0 +1,2145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"api": {
|
|
3
|
+
"name": "AppsFlyerPlugin",
|
|
4
|
+
"slug": "appsflyerplugin",
|
|
5
|
+
"docs": "",
|
|
6
|
+
"tags": [],
|
|
7
|
+
"methods": [
|
|
8
|
+
{
|
|
9
|
+
"name": "addListener",
|
|
10
|
+
"signature": "(eventName: AFConstants.CONVERSION_CALLBACK, listenerFunc: (event: OnConversionDataResult) => void) => PluginListenerHandle",
|
|
11
|
+
"parameters": [
|
|
12
|
+
{
|
|
13
|
+
"name": "eventName",
|
|
14
|
+
"docs": "",
|
|
15
|
+
"type": "AFConstants.CONVERSION_CALLBACK"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "listenerFunc",
|
|
19
|
+
"docs": "",
|
|
20
|
+
"type": "(event: OnConversionDataResult) => void"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"returns": "PluginListenerHandle",
|
|
24
|
+
"tags": [],
|
|
25
|
+
"docs": "",
|
|
26
|
+
"complexTypes": [
|
|
27
|
+
"PluginListenerHandle",
|
|
28
|
+
"AFConstants",
|
|
29
|
+
"OnConversionDataResult"
|
|
30
|
+
],
|
|
31
|
+
"slug": "addlistenerafconstantsconversion_callback-"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "addListener",
|
|
35
|
+
"signature": "(eventName: AFConstants.OAOA_CALLBACK, listenerFunc: (event: OnAppOpenAttribution) => void) => PluginListenerHandle",
|
|
36
|
+
"parameters": [
|
|
37
|
+
{
|
|
38
|
+
"name": "eventName",
|
|
39
|
+
"docs": "",
|
|
40
|
+
"type": "AFConstants.OAOA_CALLBACK"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "listenerFunc",
|
|
44
|
+
"docs": "",
|
|
45
|
+
"type": "(event: OnAppOpenAttribution) => void"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"returns": "PluginListenerHandle",
|
|
49
|
+
"tags": [],
|
|
50
|
+
"docs": "",
|
|
51
|
+
"complexTypes": [
|
|
52
|
+
"PluginListenerHandle",
|
|
53
|
+
"AFConstants",
|
|
54
|
+
"OnAppOpenAttribution"
|
|
55
|
+
],
|
|
56
|
+
"slug": "addlistenerafconstantsoaoa_callback-"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "addListener",
|
|
60
|
+
"signature": "(eventName: AFConstants.UDL_CALLBACK, listenerFunc: (event: OnDeepLink) => void) => PluginListenerHandle",
|
|
61
|
+
"parameters": [
|
|
62
|
+
{
|
|
63
|
+
"name": "eventName",
|
|
64
|
+
"docs": "",
|
|
65
|
+
"type": "AFConstants.UDL_CALLBACK"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "listenerFunc",
|
|
69
|
+
"docs": "",
|
|
70
|
+
"type": "(event: OnDeepLink) => void"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"returns": "PluginListenerHandle",
|
|
74
|
+
"tags": [],
|
|
75
|
+
"docs": "",
|
|
76
|
+
"complexTypes": [
|
|
77
|
+
"PluginListenerHandle",
|
|
78
|
+
"AFConstants",
|
|
79
|
+
"OnDeepLink"
|
|
80
|
+
],
|
|
81
|
+
"slug": "addlistenerafconstantsudl_callback-"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "initSDK",
|
|
85
|
+
"signature": "(options: AFInit) => Promise<AFRes>",
|
|
86
|
+
"parameters": [
|
|
87
|
+
{
|
|
88
|
+
"name": "options",
|
|
89
|
+
"docs": "",
|
|
90
|
+
"type": "AFInit"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"returns": "Promise<AFRes>",
|
|
94
|
+
"tags": [],
|
|
95
|
+
"docs": "Use this method to initialize and start AppsFlyer SDK. This API should be called as soon as the app launched.",
|
|
96
|
+
"complexTypes": [
|
|
97
|
+
"AFRes",
|
|
98
|
+
"AFInit"
|
|
99
|
+
],
|
|
100
|
+
"slug": "initsdk"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "startSDK",
|
|
104
|
+
"signature": "() => Promise<AFRes>",
|
|
105
|
+
"parameters": [],
|
|
106
|
+
"returns": "Promise<AFRes>",
|
|
107
|
+
"tags": [],
|
|
108
|
+
"docs": "Use this method to start AppsFlyer SDK, only on manual start mode.",
|
|
109
|
+
"complexTypes": [
|
|
110
|
+
"AFRes"
|
|
111
|
+
],
|
|
112
|
+
"slug": "startsdk"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "logEvent",
|
|
116
|
+
"signature": "(data: AFEvent) => Promise<AFRes>",
|
|
117
|
+
"parameters": [
|
|
118
|
+
{
|
|
119
|
+
"name": "data",
|
|
120
|
+
"docs": "",
|
|
121
|
+
"type": "AFEvent"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"returns": "Promise<AFRes>",
|
|
125
|
+
"tags": [],
|
|
126
|
+
"docs": "Log an in-app event.",
|
|
127
|
+
"complexTypes": [
|
|
128
|
+
"AFRes",
|
|
129
|
+
"AFEvent"
|
|
130
|
+
],
|
|
131
|
+
"slug": "logevent"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "setCustomerUserId",
|
|
135
|
+
"signature": "(cuid: AFCuid) => Promise<void>",
|
|
136
|
+
"parameters": [
|
|
137
|
+
{
|
|
138
|
+
"name": "cuid",
|
|
139
|
+
"docs": "",
|
|
140
|
+
"type": "AFCuid"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"returns": "Promise<void>",
|
|
144
|
+
"tags": [],
|
|
145
|
+
"docs": "Setting your own customer ID enables you to cross-reference your own unique ID with AppsFlyer's unique ID and other devices' IDs.\nThis ID is available in raw-data reports and in the Postback APIs for cross-referencing with your internal IDs.",
|
|
146
|
+
"complexTypes": [
|
|
147
|
+
"AFCuid"
|
|
148
|
+
],
|
|
149
|
+
"slug": "setcustomeruserid"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "setCurrencyCode",
|
|
153
|
+
"signature": "(currencyCode: AFCurrency) => Promise<void>",
|
|
154
|
+
"parameters": [
|
|
155
|
+
{
|
|
156
|
+
"name": "currencyCode",
|
|
157
|
+
"docs": "",
|
|
158
|
+
"type": "AFCurrency"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"returns": "Promise<void>",
|
|
162
|
+
"tags": [],
|
|
163
|
+
"docs": "Sets the currency for in-app purchases. The currency code should be a 3 character ISO 4217 code",
|
|
164
|
+
"complexTypes": [
|
|
165
|
+
"AFCurrency"
|
|
166
|
+
],
|
|
167
|
+
"slug": "setcurrencycode"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "updateServerUninstallToken",
|
|
171
|
+
"signature": "(token: AFUninstall) => Promise<void>",
|
|
172
|
+
"parameters": [
|
|
173
|
+
{
|
|
174
|
+
"name": "token",
|
|
175
|
+
"docs": "",
|
|
176
|
+
"type": "AFUninstall"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"returns": "Promise<void>",
|
|
180
|
+
"tags": [],
|
|
181
|
+
"docs": "(Android) Allows to pass GCM/FCM Tokens that where collected by third party plugins to the AppsFlyer server. Can be used for Uninstall log.\n(iOS) Allows to pass APN Tokens that where collected by third party plugins to the AppsFlyer server. Can be used for log Uninstall.",
|
|
182
|
+
"complexTypes": [
|
|
183
|
+
"AFUninstall"
|
|
184
|
+
],
|
|
185
|
+
"slug": "updateserveruninstalltoken"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "setAppInviteOneLink",
|
|
189
|
+
"signature": "(id: AFOnelinkID) => Promise<void>",
|
|
190
|
+
"parameters": [
|
|
191
|
+
{
|
|
192
|
+
"name": "id",
|
|
193
|
+
"docs": "",
|
|
194
|
+
"type": "AFOnelinkID"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"returns": "Promise<void>",
|
|
198
|
+
"tags": [],
|
|
199
|
+
"docs": "Set the OneLink ID that should be used for attributing user-Invite. The link that is generated for the user invite will use this OneLink as the base link.",
|
|
200
|
+
"complexTypes": [
|
|
201
|
+
"AFOnelinkID"
|
|
202
|
+
],
|
|
203
|
+
"slug": "setappinviteonelink"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "setOneLinkCustomDomain",
|
|
207
|
+
"signature": "(domains: AFOnelinkDomain) => Promise<void>",
|
|
208
|
+
"parameters": [
|
|
209
|
+
{
|
|
210
|
+
"name": "domains",
|
|
211
|
+
"docs": "",
|
|
212
|
+
"type": "AFOnelinkDomain"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"returns": "Promise<void>",
|
|
216
|
+
"tags": [],
|
|
217
|
+
"docs": "In order for AppsFlyer SDK to successfully resolve hidden (decoded in shortlink ID) attribution parameters, any domain that is configured as a branded domain in the AppsFlyer Dashboard should be provided to this method.",
|
|
218
|
+
"complexTypes": [
|
|
219
|
+
"AFOnelinkDomain"
|
|
220
|
+
],
|
|
221
|
+
"slug": "setonelinkcustomdomain"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "appendParametersToDeepLinkingURL",
|
|
225
|
+
"signature": "(data: AFAppendToDeepLink) => Promise<void>",
|
|
226
|
+
"parameters": [
|
|
227
|
+
{
|
|
228
|
+
"name": "data",
|
|
229
|
+
"docs": "",
|
|
230
|
+
"type": "AFAppendToDeepLink"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"returns": "Promise<void>",
|
|
234
|
+
"tags": [],
|
|
235
|
+
"docs": "Enables app owners using App Links for deep linking (without OneLink) to attribute sessions initiated via a domain associated with their app. Call this method before calling start.\nYou must provide the following parameters in the parameters Map:\npid\nis_retargeting must be set to true",
|
|
236
|
+
"complexTypes": [
|
|
237
|
+
"AFAppendToDeepLink"
|
|
238
|
+
],
|
|
239
|
+
"slug": "appendparameterstodeeplinkingurl"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "setResolveDeepLinkURLs",
|
|
243
|
+
"signature": "(urls: AFUrls) => Promise<void>",
|
|
244
|
+
"parameters": [
|
|
245
|
+
{
|
|
246
|
+
"name": "urls",
|
|
247
|
+
"docs": "",
|
|
248
|
+
"type": "AFUrls"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"returns": "Promise<void>",
|
|
252
|
+
"tags": [],
|
|
253
|
+
"docs": "Advertisers can wrap an AppsFlyer OneLink within another Universal Link. This Universal Link will invoke the app but any deep linking data will not propagate to AppsFlyer.\n setResolveDeepLinkURLs enables you to configure the SDK to resolve the wrapped OneLink URLs, so that deep linking can occur correctly.",
|
|
254
|
+
"complexTypes": [
|
|
255
|
+
"AFUrls"
|
|
256
|
+
],
|
|
257
|
+
"slug": "setresolvedeeplinkurls"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "addPushNotificationDeepLinkPath",
|
|
261
|
+
"signature": "(path: AFPath) => Promise<void>",
|
|
262
|
+
"parameters": [
|
|
263
|
+
{
|
|
264
|
+
"name": "path",
|
|
265
|
+
"docs": "",
|
|
266
|
+
"type": "AFPath"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"returns": "Promise<void>",
|
|
270
|
+
"tags": [],
|
|
271
|
+
"docs": "Configures how the SDK extracts deep link values from push notification payloads.",
|
|
272
|
+
"complexTypes": [
|
|
273
|
+
"AFPath"
|
|
274
|
+
],
|
|
275
|
+
"slug": "addpushnotificationdeeplinkpath"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "setSharingFilter",
|
|
279
|
+
"signature": "(filters: AFFilters) => Promise<void>",
|
|
280
|
+
"parameters": [
|
|
281
|
+
{
|
|
282
|
+
"name": "filters",
|
|
283
|
+
"docs": "",
|
|
284
|
+
"type": "AFFilters"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"returns": "Promise<void>",
|
|
288
|
+
"tags": [
|
|
289
|
+
{
|
|
290
|
+
"name": "deprecated",
|
|
291
|
+
"text": "deprecated since 6.4.0. Use setSharingFilterForPartners instead"
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"docs": "Stops events from propagating to the specified AppsFlyer partners.",
|
|
295
|
+
"complexTypes": [
|
|
296
|
+
"AFFilters"
|
|
297
|
+
],
|
|
298
|
+
"slug": "setsharingfilter"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "setSharingFilterForAllPartners",
|
|
302
|
+
"signature": "() => Promise<void>",
|
|
303
|
+
"parameters": [],
|
|
304
|
+
"returns": "Promise<void>",
|
|
305
|
+
"tags": [
|
|
306
|
+
{
|
|
307
|
+
"name": "deprecated",
|
|
308
|
+
"text": "deprecated since 6.4.0. Use setSharingFilterForPartners instead"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"docs": "Stops events from propagating to all AppsFlyer partners. Overwrites setSharingFilter.",
|
|
312
|
+
"complexTypes": [],
|
|
313
|
+
"slug": "setsharingfilterforallpartners"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "setSharingFilterForPartners",
|
|
317
|
+
"signature": "(filters: AFFilters) => Promise<void>",
|
|
318
|
+
"parameters": [
|
|
319
|
+
{
|
|
320
|
+
"name": "filters",
|
|
321
|
+
"docs": "",
|
|
322
|
+
"type": "AFFilters"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"returns": "Promise<void>",
|
|
326
|
+
"tags": [],
|
|
327
|
+
"docs": "Stops events from propagating to the specified AppsFlyer partners.",
|
|
328
|
+
"complexTypes": [
|
|
329
|
+
"AFFilters"
|
|
330
|
+
],
|
|
331
|
+
"slug": "setsharingfilterforpartners"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "setAdditionalData",
|
|
335
|
+
"signature": "(additionalData: AFData) => Promise<void>",
|
|
336
|
+
"parameters": [
|
|
337
|
+
{
|
|
338
|
+
"name": "additionalData",
|
|
339
|
+
"docs": "",
|
|
340
|
+
"type": "AFData"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"returns": "Promise<void>",
|
|
344
|
+
"tags": [],
|
|
345
|
+
"docs": "Set additional data to be sent to AppsFlyer. See",
|
|
346
|
+
"complexTypes": [
|
|
347
|
+
"AFData"
|
|
348
|
+
],
|
|
349
|
+
"slug": "setadditionaldata"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "getAppsFlyerUID",
|
|
353
|
+
"signature": "() => Promise<AFUid>",
|
|
354
|
+
"parameters": [],
|
|
355
|
+
"returns": "Promise<AFUid>",
|
|
356
|
+
"tags": [],
|
|
357
|
+
"docs": "Get AppsFlyer's unique device ID (created for every new install of an app).",
|
|
358
|
+
"complexTypes": [
|
|
359
|
+
"AFUid"
|
|
360
|
+
],
|
|
361
|
+
"slug": "getappsflyeruid"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "anonymizeUser",
|
|
365
|
+
"signature": "(anonymize: AFAnonymizeUser) => Promise<void>",
|
|
366
|
+
"parameters": [
|
|
367
|
+
{
|
|
368
|
+
"name": "anonymize",
|
|
369
|
+
"docs": "",
|
|
370
|
+
"type": "AFAnonymizeUser"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"returns": "Promise<void>",
|
|
374
|
+
"tags": [],
|
|
375
|
+
"docs": "End User Opt-Out from AppsFlyer analytics (Anonymize user data).",
|
|
376
|
+
"complexTypes": [
|
|
377
|
+
"AFAnonymizeUser"
|
|
378
|
+
],
|
|
379
|
+
"slug": "anonymizeuser"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "stop",
|
|
383
|
+
"signature": "(stop?: AFStop | undefined) => Promise<AFIsStopped>",
|
|
384
|
+
"parameters": [
|
|
385
|
+
{
|
|
386
|
+
"name": "stop",
|
|
387
|
+
"docs": "",
|
|
388
|
+
"type": "AFStop | undefined"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"returns": "Promise<AFIsStopped>",
|
|
392
|
+
"tags": [],
|
|
393
|
+
"docs": "Once this API is invoked, our SDK no longer communicates with our servers and stops functioning.\nUseful when implementing user opt-in/opt-out.",
|
|
394
|
+
"complexTypes": [
|
|
395
|
+
"AFIsStopped",
|
|
396
|
+
"AFStop"
|
|
397
|
+
],
|
|
398
|
+
"slug": "stop"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "disableSKAdNetwork",
|
|
402
|
+
"signature": "(stop: AFDisable) => Promise<void>",
|
|
403
|
+
"parameters": [
|
|
404
|
+
{
|
|
405
|
+
"name": "stop",
|
|
406
|
+
"docs": "",
|
|
407
|
+
"type": "AFDisable"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"returns": "Promise<void>",
|
|
411
|
+
"tags": [],
|
|
412
|
+
"docs": "Opt-out of SKAdNetwork",
|
|
413
|
+
"complexTypes": [
|
|
414
|
+
"AFDisable"
|
|
415
|
+
],
|
|
416
|
+
"slug": "disableskadnetwork"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "disableAdvertisingIdentifier",
|
|
420
|
+
"signature": "(stop: AFDisable) => Promise<void>",
|
|
421
|
+
"parameters": [
|
|
422
|
+
{
|
|
423
|
+
"name": "stop",
|
|
424
|
+
"docs": "",
|
|
425
|
+
"type": "AFDisable"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"returns": "Promise<void>",
|
|
429
|
+
"tags": [],
|
|
430
|
+
"docs": "Disables collection of various Advertising IDs by the SDK. This includes Apple Identity for Advertisers (IDFA), Google Advertising ID (GAID), OAID and Amazon Advertising ID (AAID).",
|
|
431
|
+
"complexTypes": [
|
|
432
|
+
"AFDisable"
|
|
433
|
+
],
|
|
434
|
+
"slug": "disableadvertisingidentifier"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "disableCollectASA",
|
|
438
|
+
"signature": "(stop: AFDisable) => Promise<void>",
|
|
439
|
+
"parameters": [
|
|
440
|
+
{
|
|
441
|
+
"name": "stop",
|
|
442
|
+
"docs": "",
|
|
443
|
+
"type": "AFDisable"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"returns": "Promise<void>",
|
|
447
|
+
"tags": [],
|
|
448
|
+
"docs": "Opt-out of Apple Search Ads attributions.",
|
|
449
|
+
"complexTypes": [
|
|
450
|
+
"AFDisable"
|
|
451
|
+
],
|
|
452
|
+
"slug": "disablecollectasa"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "setHost",
|
|
456
|
+
"signature": "(hostName: AFHost) => Promise<void>",
|
|
457
|
+
"parameters": [
|
|
458
|
+
{
|
|
459
|
+
"name": "hostName",
|
|
460
|
+
"docs": "",
|
|
461
|
+
"type": "AFHost"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"returns": "Promise<void>",
|
|
465
|
+
"tags": [],
|
|
466
|
+
"docs": "Set a custom host.",
|
|
467
|
+
"complexTypes": [
|
|
468
|
+
"AFHost"
|
|
469
|
+
],
|
|
470
|
+
"slug": "sethost"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "generateInviteLink",
|
|
474
|
+
"signature": "(params: AFLinkGenerator) => Promise<AFLink>",
|
|
475
|
+
"parameters": [
|
|
476
|
+
{
|
|
477
|
+
"name": "params",
|
|
478
|
+
"docs": "",
|
|
479
|
+
"type": "AFLinkGenerator"
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"returns": "Promise<AFLink>",
|
|
483
|
+
"tags": [],
|
|
484
|
+
"docs": "Allowing your existing users to invite their friends and contacts as new users to your app",
|
|
485
|
+
"complexTypes": [
|
|
486
|
+
"AFLink",
|
|
487
|
+
"AFLinkGenerator"
|
|
488
|
+
],
|
|
489
|
+
"slug": "generateinvitelink"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "validateAndLogInAppPurchaseAndroid",
|
|
493
|
+
"signature": "(purchaseData: AFAndroidInAppPurchase) => Promise<AFRes>",
|
|
494
|
+
"parameters": [
|
|
495
|
+
{
|
|
496
|
+
"name": "purchaseData",
|
|
497
|
+
"docs": "",
|
|
498
|
+
"type": "AFAndroidInAppPurchase"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"returns": "Promise<AFRes>",
|
|
502
|
+
"tags": [
|
|
503
|
+
{
|
|
504
|
+
"name": "deprecated",
|
|
505
|
+
"text": "deprecated since 6.17.7."
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"docs": "API for server verification of in-app purchases. An af_purchase event with the relevant values will be automatically logged if the validation is successful.",
|
|
509
|
+
"complexTypes": [
|
|
510
|
+
"AFRes",
|
|
511
|
+
"AFAndroidInAppPurchase"
|
|
512
|
+
],
|
|
513
|
+
"slug": "validateandloginapppurchaseandroid"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "validateAndLogInAppPurchaseIos",
|
|
517
|
+
"signature": "(purchaseData: AFIosInAppPurchase) => Promise<AFRes>",
|
|
518
|
+
"parameters": [
|
|
519
|
+
{
|
|
520
|
+
"name": "purchaseData",
|
|
521
|
+
"docs": "",
|
|
522
|
+
"type": "AFIosInAppPurchase"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"returns": "Promise<AFRes>",
|
|
526
|
+
"tags": [
|
|
527
|
+
{
|
|
528
|
+
"name": "deprecated",
|
|
529
|
+
"text": "deprecated since 6.17.7."
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"docs": "",
|
|
533
|
+
"complexTypes": [
|
|
534
|
+
"AFRes",
|
|
535
|
+
"AFIosInAppPurchase"
|
|
536
|
+
],
|
|
537
|
+
"slug": "validateandloginapppurchaseios"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "getSdkVersion",
|
|
541
|
+
"signature": "() => Promise<AFRes>",
|
|
542
|
+
"parameters": [],
|
|
543
|
+
"returns": "Promise<AFRes>",
|
|
544
|
+
"tags": [],
|
|
545
|
+
"docs": "Get the AppsFlyer SDK version used in app.",
|
|
546
|
+
"complexTypes": [
|
|
547
|
+
"AFRes"
|
|
548
|
+
],
|
|
549
|
+
"slug": "getsdkversion"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "enableFacebookDeferredApplinks",
|
|
553
|
+
"signature": "(enable: AFFbDAL) => Promise<AFRes>",
|
|
554
|
+
"parameters": [
|
|
555
|
+
{
|
|
556
|
+
"name": "enable",
|
|
557
|
+
"docs": "",
|
|
558
|
+
"type": "AFFbDAL"
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"returns": "Promise<AFRes>",
|
|
562
|
+
"tags": [],
|
|
563
|
+
"docs": "Enable the collection of Facebook Deferred AppLinks. Requires Facebook SDK and Facebook app on target/client device.\nThis API must be invoked before initializing the AppsFlyer SDK in order to function properly.",
|
|
564
|
+
"complexTypes": [
|
|
565
|
+
"AFRes",
|
|
566
|
+
"AFFbDAL"
|
|
567
|
+
],
|
|
568
|
+
"slug": "enablefacebookdeferredapplinks"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "sendPushNotificationData",
|
|
572
|
+
"signature": "(payload: AFPushPayload) => Promise<void>",
|
|
573
|
+
"parameters": [
|
|
574
|
+
{
|
|
575
|
+
"name": "payload",
|
|
576
|
+
"docs": "",
|
|
577
|
+
"type": "AFPushPayload"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"returns": "Promise<void>",
|
|
581
|
+
"tags": [],
|
|
582
|
+
"docs": "Measure and get data from push-notification campaigns.",
|
|
583
|
+
"complexTypes": [
|
|
584
|
+
"AFPushPayload"
|
|
585
|
+
],
|
|
586
|
+
"slug": "sendpushnotificationdata"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "setCurrentDeviceLanguage",
|
|
590
|
+
"signature": "(language: AFLanguage) => Promise<AFRes>",
|
|
591
|
+
"parameters": [
|
|
592
|
+
{
|
|
593
|
+
"name": "language",
|
|
594
|
+
"docs": "",
|
|
595
|
+
"type": "AFLanguage"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"returns": "Promise<AFRes>",
|
|
599
|
+
"tags": [],
|
|
600
|
+
"docs": "Set the language of the device. The data will be displayed in Raw Data Reports",
|
|
601
|
+
"complexTypes": [
|
|
602
|
+
"AFRes",
|
|
603
|
+
"AFLanguage"
|
|
604
|
+
],
|
|
605
|
+
"slug": "setcurrentdevicelanguage"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "logCrossPromoteImpression",
|
|
609
|
+
"signature": "(data: AFPromotion) => Promise<AFRes>",
|
|
610
|
+
"parameters": [
|
|
611
|
+
{
|
|
612
|
+
"name": "data",
|
|
613
|
+
"docs": "",
|
|
614
|
+
"type": "AFPromotion"
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"returns": "Promise<AFRes>",
|
|
618
|
+
"tags": [],
|
|
619
|
+
"docs": "logs an impression as part of a cross-promotion campaign. Make sure to use the promoted App ID as it appears within the AppsFlyer dashboard.",
|
|
620
|
+
"complexTypes": [
|
|
621
|
+
"AFRes",
|
|
622
|
+
"AFPromotion"
|
|
623
|
+
],
|
|
624
|
+
"slug": "logcrosspromoteimpression"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "setUserEmails",
|
|
628
|
+
"signature": "(emails: AFEmails) => Promise<AFRes>",
|
|
629
|
+
"parameters": [
|
|
630
|
+
{
|
|
631
|
+
"name": "emails",
|
|
632
|
+
"docs": "",
|
|
633
|
+
"type": "AFEmails"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"returns": "Promise<AFRes>",
|
|
637
|
+
"tags": [],
|
|
638
|
+
"docs": "Set the user emails and encrypt them.",
|
|
639
|
+
"complexTypes": [
|
|
640
|
+
"AFRes",
|
|
641
|
+
"AFEmails"
|
|
642
|
+
],
|
|
643
|
+
"slug": "setuseremails"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "logLocation",
|
|
647
|
+
"signature": "(latLng: AFLatLng) => Promise<AFRes>",
|
|
648
|
+
"parameters": [
|
|
649
|
+
{
|
|
650
|
+
"name": "latLng",
|
|
651
|
+
"docs": "",
|
|
652
|
+
"type": "AFLatLng"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"returns": "Promise<AFRes>",
|
|
656
|
+
"tags": [],
|
|
657
|
+
"docs": "Manually log the location of the user",
|
|
658
|
+
"complexTypes": [
|
|
659
|
+
"AFRes",
|
|
660
|
+
"AFLatLng"
|
|
661
|
+
],
|
|
662
|
+
"slug": "loglocation"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "setPhoneNumber",
|
|
666
|
+
"signature": "(phone: AFPhone) => Promise<AFRes>",
|
|
667
|
+
"parameters": [
|
|
668
|
+
{
|
|
669
|
+
"name": "phone",
|
|
670
|
+
"docs": "",
|
|
671
|
+
"type": "AFPhone"
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"returns": "Promise<AFRes>",
|
|
675
|
+
"tags": [],
|
|
676
|
+
"docs": "Will be sent as an SHA-256 encrypted string.",
|
|
677
|
+
"complexTypes": [
|
|
678
|
+
"AFRes",
|
|
679
|
+
"AFPhone"
|
|
680
|
+
],
|
|
681
|
+
"slug": "setphonenumber"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "setPartnerData",
|
|
685
|
+
"signature": "(data: AFPartnerData) => Promise<AFRes>",
|
|
686
|
+
"parameters": [
|
|
687
|
+
{
|
|
688
|
+
"name": "data",
|
|
689
|
+
"docs": "",
|
|
690
|
+
"type": "AFPartnerData"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"returns": "Promise<AFRes>",
|
|
694
|
+
"tags": [],
|
|
695
|
+
"docs": "Allows sending custom data for partner integration purposes.",
|
|
696
|
+
"complexTypes": [
|
|
697
|
+
"AFRes",
|
|
698
|
+
"AFPartnerData"
|
|
699
|
+
],
|
|
700
|
+
"slug": "setpartnerdata"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "logInvite",
|
|
704
|
+
"signature": "(data: AFLogInvite) => Promise<AFRes>",
|
|
705
|
+
"parameters": [
|
|
706
|
+
{
|
|
707
|
+
"name": "data",
|
|
708
|
+
"docs": "",
|
|
709
|
+
"type": "AFLogInvite"
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"returns": "Promise<AFRes>",
|
|
713
|
+
"tags": [],
|
|
714
|
+
"docs": "Use to log a user-invite in-app event (af_invite).",
|
|
715
|
+
"complexTypes": [
|
|
716
|
+
"AFRes",
|
|
717
|
+
"AFLogInvite"
|
|
718
|
+
],
|
|
719
|
+
"slug": "loginvite"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "setDisableNetworkData",
|
|
723
|
+
"signature": "(disable: AFDisable) => Promise<void>",
|
|
724
|
+
"parameters": [
|
|
725
|
+
{
|
|
726
|
+
"name": "disable",
|
|
727
|
+
"docs": "Defaults to false",
|
|
728
|
+
"type": "AFDisable"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"returns": "Promise<void>",
|
|
732
|
+
"tags": [
|
|
733
|
+
{
|
|
734
|
+
"name": "param",
|
|
735
|
+
"text": "disable Defaults to false"
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"docs": "Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device.",
|
|
739
|
+
"complexTypes": [
|
|
740
|
+
"AFDisable"
|
|
741
|
+
],
|
|
742
|
+
"slug": "setdisablenetworkdata"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "enableTCFDataCollection",
|
|
746
|
+
"signature": "(shouldEnableTCFDataCollection: AFEnableTCFDataCollection) => Promise<void>",
|
|
747
|
+
"parameters": [
|
|
748
|
+
{
|
|
749
|
+
"name": "shouldEnableTCFDataCollection",
|
|
750
|
+
"docs": "",
|
|
751
|
+
"type": "AFEnableTCFDataCollection"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"returns": "Promise<void>",
|
|
755
|
+
"tags": [],
|
|
756
|
+
"docs": "Use to opt-in/out the automatic collection of consent data, for users who use a CMP.\nFlag value will be persisted between app sessions.",
|
|
757
|
+
"complexTypes": [
|
|
758
|
+
"AFEnableTCFDataCollection"
|
|
759
|
+
],
|
|
760
|
+
"slug": "enabletcfdatacollection"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "setConsentData",
|
|
764
|
+
"signature": "(data: AFConsentData) => Promise<void>",
|
|
765
|
+
"parameters": [
|
|
766
|
+
{
|
|
767
|
+
"name": "data",
|
|
768
|
+
"docs": ": AppsFlyerConsent object.",
|
|
769
|
+
"type": "AFConsentData"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"returns": "Promise<void>",
|
|
773
|
+
"tags": [
|
|
774
|
+
{
|
|
775
|
+
"name": "param",
|
|
776
|
+
"text": "data : AppsFlyerConsent object."
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "deprecated",
|
|
780
|
+
"text": "deprecated since 6.16.2. Use `setConsentDataV2` instead"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"docs": "Use to set user consent data manualy.\nif your app doesn't use a CMP compatible with TCF v2.2, use the following method to manualy provide the consent data directly to the SDK.",
|
|
784
|
+
"complexTypes": [
|
|
785
|
+
"AFConsentData"
|
|
786
|
+
],
|
|
787
|
+
"slug": "setconsentdata"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "logAdRevenue",
|
|
791
|
+
"signature": "(data: AFAdRevenueData) => Promise<void>",
|
|
792
|
+
"parameters": [
|
|
793
|
+
{
|
|
794
|
+
"name": "data",
|
|
795
|
+
"docs": "",
|
|
796
|
+
"type": "AFAdRevenueData"
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
"returns": "Promise<void>",
|
|
800
|
+
"tags": [
|
|
801
|
+
{
|
|
802
|
+
"name": "param",
|
|
803
|
+
"text": "adRevenueData : object used to hold all mandatory parameters of AdRevenue event."
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"docs": "By attributing ad revenue, app owners gain the complete view of user LTV and campaign ROI.\nAd revenue is generated by displaying ads on rewarded videos, offer walls, interstitials, and banners in an app.\nYou can use this method to log your ad revenue.",
|
|
807
|
+
"complexTypes": [
|
|
808
|
+
"AFAdRevenueData"
|
|
809
|
+
],
|
|
810
|
+
"slug": "logadrevenue"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "setConsentDataV2",
|
|
814
|
+
"signature": "(options: AFConsentOptions) => Promise<void>",
|
|
815
|
+
"parameters": [
|
|
816
|
+
{
|
|
817
|
+
"name": "options",
|
|
818
|
+
"docs": ": AFConsentOptions that consists with all the possible options for consent collection, boolean params.",
|
|
819
|
+
"type": "AFConsentOptions"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"returns": "Promise<void>",
|
|
823
|
+
"tags": [
|
|
824
|
+
{
|
|
825
|
+
"name": "param",
|
|
826
|
+
"text": "options : AFConsentOptions that consists with all the possible options for consent collection, boolean params."
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"docs": "Use this to set user consent data manualy.\nif your app doesn't use a CMP compatible with TCF v2.2, use the following method to manualy provide the consent data directly to the SDK.",
|
|
830
|
+
"complexTypes": [
|
|
831
|
+
"AFConsentOptions"
|
|
832
|
+
],
|
|
833
|
+
"slug": "setconsentdatav2"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "isSDKStarted",
|
|
837
|
+
"signature": "() => Promise<AFIsStarted>",
|
|
838
|
+
"parameters": [],
|
|
839
|
+
"returns": "Promise<AFIsStarted>",
|
|
840
|
+
"tags": [],
|
|
841
|
+
"docs": "Use this method to check whether the AppsFlyer SDK has already been started in the current session.",
|
|
842
|
+
"complexTypes": [
|
|
843
|
+
"AFIsStarted"
|
|
844
|
+
],
|
|
845
|
+
"slug": "issdkstarted"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "isSDKStopped",
|
|
849
|
+
"signature": "() => Promise<AFIsStopped>",
|
|
850
|
+
"parameters": [],
|
|
851
|
+
"returns": "Promise<AFIsStopped>",
|
|
852
|
+
"tags": [],
|
|
853
|
+
"docs": "Use this method to check whether the AppsFlyer SDK is currently stopped.",
|
|
854
|
+
"complexTypes": [
|
|
855
|
+
"AFIsStopped"
|
|
856
|
+
],
|
|
857
|
+
"slug": "issdkstopped"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "disableAppSetId",
|
|
861
|
+
"signature": "() => Promise<void>",
|
|
862
|
+
"parameters": [],
|
|
863
|
+
"returns": "Promise<void>",
|
|
864
|
+
"tags": [],
|
|
865
|
+
"docs": "Disables AppSet ID collection. If called before SDK init, App Set ID will not be collected.\nIf called after init, App Set ID will be collected but not sent in request payloads.\nAndroid only.",
|
|
866
|
+
"complexTypes": [],
|
|
867
|
+
"slug": "disableappsetid"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "validateAndLogInAppPurchaseV2",
|
|
871
|
+
"signature": "(data: AFPurchaseDetailsV2) => Promise<{ [key: string]: any; }>",
|
|
872
|
+
"parameters": [
|
|
873
|
+
{
|
|
874
|
+
"name": "data",
|
|
875
|
+
"docs": "- Object containing purchaseDetails and optional additionalParameters",
|
|
876
|
+
"type": "AFPurchaseDetailsV2"
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"returns": "Promise<{ [key: string]: any; }>",
|
|
880
|
+
"tags": [
|
|
881
|
+
{
|
|
882
|
+
"name": "param",
|
|
883
|
+
"text": "data - Object containing purchaseDetails and optional additionalParameters"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "returns",
|
|
887
|
+
"text": "Promise that resolves with validation result"
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"docs": "API for server verification of in-app purchases V2.\nAn af_purchase event with the relevant values will be automatically logged if the validation is successful.",
|
|
891
|
+
"complexTypes": [
|
|
892
|
+
"AFPurchaseDetailsV2"
|
|
893
|
+
],
|
|
894
|
+
"slug": "validateandloginapppurchasev2"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"properties": []
|
|
898
|
+
},
|
|
899
|
+
"interfaces": [
|
|
900
|
+
{
|
|
901
|
+
"name": "PluginListenerHandle",
|
|
902
|
+
"slug": "pluginlistenerhandle",
|
|
903
|
+
"docs": "",
|
|
904
|
+
"tags": [],
|
|
905
|
+
"methods": [],
|
|
906
|
+
"properties": [
|
|
907
|
+
{
|
|
908
|
+
"name": "remove",
|
|
909
|
+
"tags": [],
|
|
910
|
+
"docs": "",
|
|
911
|
+
"complexTypes": [],
|
|
912
|
+
"type": "() => Promise<void>"
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "OnConversionDataResult",
|
|
918
|
+
"slug": "onconversiondataresult",
|
|
919
|
+
"docs": "",
|
|
920
|
+
"tags": [],
|
|
921
|
+
"methods": [],
|
|
922
|
+
"properties": [
|
|
923
|
+
{
|
|
924
|
+
"name": "callbackName",
|
|
925
|
+
"tags": [],
|
|
926
|
+
"docs": "",
|
|
927
|
+
"complexTypes": [],
|
|
928
|
+
"type": "string"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "errorMessage",
|
|
932
|
+
"tags": [],
|
|
933
|
+
"docs": "",
|
|
934
|
+
"complexTypes": [],
|
|
935
|
+
"type": "string | undefined"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "data",
|
|
939
|
+
"tags": [],
|
|
940
|
+
"docs": "",
|
|
941
|
+
"complexTypes": [],
|
|
942
|
+
"type": "any"
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "OnAppOpenAttribution",
|
|
948
|
+
"slug": "onappopenattribution",
|
|
949
|
+
"docs": "",
|
|
950
|
+
"tags": [],
|
|
951
|
+
"methods": [],
|
|
952
|
+
"properties": [
|
|
953
|
+
{
|
|
954
|
+
"name": "callbackName",
|
|
955
|
+
"tags": [],
|
|
956
|
+
"docs": "",
|
|
957
|
+
"complexTypes": [],
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "errorMessage",
|
|
962
|
+
"tags": [],
|
|
963
|
+
"docs": "",
|
|
964
|
+
"complexTypes": [],
|
|
965
|
+
"type": "string | undefined"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "data",
|
|
969
|
+
"tags": [],
|
|
970
|
+
"docs": "",
|
|
971
|
+
"complexTypes": [],
|
|
972
|
+
"type": "any"
|
|
973
|
+
}
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "OnDeepLink",
|
|
978
|
+
"slug": "ondeeplink",
|
|
979
|
+
"docs": "",
|
|
980
|
+
"tags": [],
|
|
981
|
+
"methods": [],
|
|
982
|
+
"properties": [
|
|
983
|
+
{
|
|
984
|
+
"name": "status",
|
|
985
|
+
"tags": [],
|
|
986
|
+
"docs": "",
|
|
987
|
+
"complexTypes": [],
|
|
988
|
+
"type": "string"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "error",
|
|
992
|
+
"tags": [],
|
|
993
|
+
"docs": "",
|
|
994
|
+
"complexTypes": [],
|
|
995
|
+
"type": "string | undefined"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"name": "deepLink",
|
|
999
|
+
"tags": [],
|
|
1000
|
+
"docs": "",
|
|
1001
|
+
"complexTypes": [],
|
|
1002
|
+
"type": "any"
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "AFRes",
|
|
1008
|
+
"slug": "afres",
|
|
1009
|
+
"docs": "",
|
|
1010
|
+
"tags": [],
|
|
1011
|
+
"methods": [],
|
|
1012
|
+
"properties": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "res",
|
|
1015
|
+
"tags": [],
|
|
1016
|
+
"docs": "",
|
|
1017
|
+
"complexTypes": [],
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
}
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "AFInit",
|
|
1024
|
+
"slug": "afinit",
|
|
1025
|
+
"docs": "",
|
|
1026
|
+
"tags": [],
|
|
1027
|
+
"methods": [],
|
|
1028
|
+
"properties": [
|
|
1029
|
+
{
|
|
1030
|
+
"name": "devKey",
|
|
1031
|
+
"tags": [],
|
|
1032
|
+
"docs": "",
|
|
1033
|
+
"complexTypes": [],
|
|
1034
|
+
"type": "string"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "appID",
|
|
1038
|
+
"tags": [],
|
|
1039
|
+
"docs": "",
|
|
1040
|
+
"complexTypes": [],
|
|
1041
|
+
"type": "string"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "isDebug",
|
|
1045
|
+
"tags": [],
|
|
1046
|
+
"docs": "",
|
|
1047
|
+
"complexTypes": [],
|
|
1048
|
+
"type": "boolean | undefined"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "waitForATTUserAuthorization",
|
|
1052
|
+
"tags": [],
|
|
1053
|
+
"docs": "",
|
|
1054
|
+
"complexTypes": [],
|
|
1055
|
+
"type": "number | undefined"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "registerConversionListener",
|
|
1059
|
+
"tags": [],
|
|
1060
|
+
"docs": "",
|
|
1061
|
+
"complexTypes": [],
|
|
1062
|
+
"type": "boolean | undefined"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "registerOnAppOpenAttribution",
|
|
1066
|
+
"tags": [],
|
|
1067
|
+
"docs": "",
|
|
1068
|
+
"complexTypes": [],
|
|
1069
|
+
"type": "boolean | undefined"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "registerOnDeepLink",
|
|
1073
|
+
"tags": [],
|
|
1074
|
+
"docs": "",
|
|
1075
|
+
"complexTypes": [],
|
|
1076
|
+
"type": "boolean | undefined"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "useUninstallSandbox",
|
|
1080
|
+
"tags": [],
|
|
1081
|
+
"docs": "",
|
|
1082
|
+
"complexTypes": [],
|
|
1083
|
+
"type": "boolean | undefined"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "useReceiptValidationSandbox",
|
|
1087
|
+
"tags": [],
|
|
1088
|
+
"docs": "",
|
|
1089
|
+
"complexTypes": [],
|
|
1090
|
+
"type": "boolean | undefined"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "minTimeBetweenSessions",
|
|
1094
|
+
"tags": [],
|
|
1095
|
+
"docs": "",
|
|
1096
|
+
"complexTypes": [],
|
|
1097
|
+
"type": "number | undefined"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "deepLinkTimeout",
|
|
1101
|
+
"tags": [],
|
|
1102
|
+
"docs": "",
|
|
1103
|
+
"complexTypes": [],
|
|
1104
|
+
"type": "number | undefined"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "manualStart",
|
|
1108
|
+
"tags": [],
|
|
1109
|
+
"docs": "",
|
|
1110
|
+
"complexTypes": [],
|
|
1111
|
+
"type": "boolean | undefined"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "AFEvent",
|
|
1117
|
+
"slug": "afevent",
|
|
1118
|
+
"docs": "",
|
|
1119
|
+
"tags": [],
|
|
1120
|
+
"methods": [],
|
|
1121
|
+
"properties": [
|
|
1122
|
+
{
|
|
1123
|
+
"name": "eventName",
|
|
1124
|
+
"tags": [],
|
|
1125
|
+
"docs": "",
|
|
1126
|
+
"complexTypes": [],
|
|
1127
|
+
"type": "string | undefined"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "eventValue",
|
|
1131
|
+
"tags": [],
|
|
1132
|
+
"docs": "",
|
|
1133
|
+
"complexTypes": [],
|
|
1134
|
+
"type": "any"
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "AFCuid",
|
|
1140
|
+
"slug": "afcuid",
|
|
1141
|
+
"docs": "",
|
|
1142
|
+
"tags": [],
|
|
1143
|
+
"methods": [],
|
|
1144
|
+
"properties": [
|
|
1145
|
+
{
|
|
1146
|
+
"name": "cuid",
|
|
1147
|
+
"tags": [],
|
|
1148
|
+
"docs": "",
|
|
1149
|
+
"complexTypes": [],
|
|
1150
|
+
"type": "string"
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "AFCurrency",
|
|
1156
|
+
"slug": "afcurrency",
|
|
1157
|
+
"docs": "",
|
|
1158
|
+
"tags": [],
|
|
1159
|
+
"methods": [],
|
|
1160
|
+
"properties": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "currencyCode",
|
|
1163
|
+
"tags": [],
|
|
1164
|
+
"docs": "",
|
|
1165
|
+
"complexTypes": [],
|
|
1166
|
+
"type": "string"
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "AFUninstall",
|
|
1172
|
+
"slug": "afuninstall",
|
|
1173
|
+
"docs": "",
|
|
1174
|
+
"tags": [],
|
|
1175
|
+
"methods": [],
|
|
1176
|
+
"properties": [
|
|
1177
|
+
{
|
|
1178
|
+
"name": "token",
|
|
1179
|
+
"tags": [],
|
|
1180
|
+
"docs": "",
|
|
1181
|
+
"complexTypes": [],
|
|
1182
|
+
"type": "string"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "AFOnelinkID",
|
|
1188
|
+
"slug": "afonelinkid",
|
|
1189
|
+
"docs": "",
|
|
1190
|
+
"tags": [],
|
|
1191
|
+
"methods": [],
|
|
1192
|
+
"properties": [
|
|
1193
|
+
{
|
|
1194
|
+
"name": "onelinkID",
|
|
1195
|
+
"tags": [],
|
|
1196
|
+
"docs": "",
|
|
1197
|
+
"complexTypes": [],
|
|
1198
|
+
"type": "string"
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "AFOnelinkDomain",
|
|
1204
|
+
"slug": "afonelinkdomain",
|
|
1205
|
+
"docs": "",
|
|
1206
|
+
"tags": [],
|
|
1207
|
+
"methods": [],
|
|
1208
|
+
"properties": [
|
|
1209
|
+
{
|
|
1210
|
+
"name": "domains",
|
|
1211
|
+
"tags": [],
|
|
1212
|
+
"docs": "",
|
|
1213
|
+
"complexTypes": [],
|
|
1214
|
+
"type": "string[]"
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "AFAppendToDeepLink",
|
|
1220
|
+
"slug": "afappendtodeeplink",
|
|
1221
|
+
"docs": "",
|
|
1222
|
+
"tags": [],
|
|
1223
|
+
"methods": [],
|
|
1224
|
+
"properties": [
|
|
1225
|
+
{
|
|
1226
|
+
"name": "contains",
|
|
1227
|
+
"tags": [],
|
|
1228
|
+
"docs": "",
|
|
1229
|
+
"complexTypes": [],
|
|
1230
|
+
"type": "string"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "parameters",
|
|
1234
|
+
"tags": [],
|
|
1235
|
+
"docs": "",
|
|
1236
|
+
"complexTypes": [
|
|
1237
|
+
"StringMap"
|
|
1238
|
+
],
|
|
1239
|
+
"type": "StringMap"
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "StringMap",
|
|
1245
|
+
"slug": "stringmap",
|
|
1246
|
+
"docs": "",
|
|
1247
|
+
"tags": [],
|
|
1248
|
+
"methods": [],
|
|
1249
|
+
"properties": []
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "AFUrls",
|
|
1253
|
+
"slug": "afurls",
|
|
1254
|
+
"docs": "",
|
|
1255
|
+
"tags": [],
|
|
1256
|
+
"methods": [],
|
|
1257
|
+
"properties": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "urls",
|
|
1260
|
+
"tags": [],
|
|
1261
|
+
"docs": "",
|
|
1262
|
+
"complexTypes": [],
|
|
1263
|
+
"type": "string[]"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "AFPath",
|
|
1269
|
+
"slug": "afpath",
|
|
1270
|
+
"docs": "",
|
|
1271
|
+
"tags": [],
|
|
1272
|
+
"methods": [],
|
|
1273
|
+
"properties": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "path",
|
|
1276
|
+
"tags": [],
|
|
1277
|
+
"docs": "",
|
|
1278
|
+
"complexTypes": [],
|
|
1279
|
+
"type": "string[]"
|
|
1280
|
+
}
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "AFFilters",
|
|
1285
|
+
"slug": "affilters",
|
|
1286
|
+
"docs": "",
|
|
1287
|
+
"tags": [],
|
|
1288
|
+
"methods": [],
|
|
1289
|
+
"properties": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "filters",
|
|
1292
|
+
"tags": [],
|
|
1293
|
+
"docs": "",
|
|
1294
|
+
"complexTypes": [],
|
|
1295
|
+
"type": "string[]"
|
|
1296
|
+
}
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"name": "AFData",
|
|
1301
|
+
"slug": "afdata",
|
|
1302
|
+
"docs": "",
|
|
1303
|
+
"tags": [],
|
|
1304
|
+
"methods": [],
|
|
1305
|
+
"properties": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "additionalData",
|
|
1308
|
+
"tags": [],
|
|
1309
|
+
"docs": "",
|
|
1310
|
+
"complexTypes": [],
|
|
1311
|
+
"type": "any"
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"name": "AFUid",
|
|
1317
|
+
"slug": "afuid",
|
|
1318
|
+
"docs": "",
|
|
1319
|
+
"tags": [],
|
|
1320
|
+
"methods": [],
|
|
1321
|
+
"properties": [
|
|
1322
|
+
{
|
|
1323
|
+
"name": "uid",
|
|
1324
|
+
"tags": [],
|
|
1325
|
+
"docs": "",
|
|
1326
|
+
"complexTypes": [],
|
|
1327
|
+
"type": "string"
|
|
1328
|
+
}
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "AFAnonymizeUser",
|
|
1333
|
+
"slug": "afanonymizeuser",
|
|
1334
|
+
"docs": "",
|
|
1335
|
+
"tags": [],
|
|
1336
|
+
"methods": [],
|
|
1337
|
+
"properties": [
|
|
1338
|
+
{
|
|
1339
|
+
"name": "anonymizeUser",
|
|
1340
|
+
"tags": [],
|
|
1341
|
+
"docs": "",
|
|
1342
|
+
"complexTypes": [],
|
|
1343
|
+
"type": "boolean"
|
|
1344
|
+
}
|
|
1345
|
+
]
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "AFIsStopped",
|
|
1349
|
+
"slug": "afisstopped",
|
|
1350
|
+
"docs": "",
|
|
1351
|
+
"tags": [],
|
|
1352
|
+
"methods": [],
|
|
1353
|
+
"properties": [
|
|
1354
|
+
{
|
|
1355
|
+
"name": "isStopped",
|
|
1356
|
+
"tags": [],
|
|
1357
|
+
"docs": "",
|
|
1358
|
+
"complexTypes": [],
|
|
1359
|
+
"type": "boolean"
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "AFStop",
|
|
1365
|
+
"slug": "afstop",
|
|
1366
|
+
"docs": "",
|
|
1367
|
+
"tags": [],
|
|
1368
|
+
"methods": [],
|
|
1369
|
+
"properties": [
|
|
1370
|
+
{
|
|
1371
|
+
"name": "stop",
|
|
1372
|
+
"tags": [],
|
|
1373
|
+
"docs": "",
|
|
1374
|
+
"complexTypes": [],
|
|
1375
|
+
"type": "boolean"
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "AFDisable",
|
|
1381
|
+
"slug": "afdisable",
|
|
1382
|
+
"docs": "",
|
|
1383
|
+
"tags": [],
|
|
1384
|
+
"methods": [],
|
|
1385
|
+
"properties": [
|
|
1386
|
+
{
|
|
1387
|
+
"name": "shouldDisable",
|
|
1388
|
+
"tags": [],
|
|
1389
|
+
"docs": "",
|
|
1390
|
+
"complexTypes": [],
|
|
1391
|
+
"type": "boolean"
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "AFHost",
|
|
1397
|
+
"slug": "afhost",
|
|
1398
|
+
"docs": "",
|
|
1399
|
+
"tags": [],
|
|
1400
|
+
"methods": [],
|
|
1401
|
+
"properties": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "hostPrefixName",
|
|
1404
|
+
"tags": [],
|
|
1405
|
+
"docs": "",
|
|
1406
|
+
"complexTypes": [],
|
|
1407
|
+
"type": "string"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "hostName",
|
|
1411
|
+
"tags": [],
|
|
1412
|
+
"docs": "",
|
|
1413
|
+
"complexTypes": [],
|
|
1414
|
+
"type": "string"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "AFLink",
|
|
1420
|
+
"slug": "aflink",
|
|
1421
|
+
"docs": "",
|
|
1422
|
+
"tags": [],
|
|
1423
|
+
"methods": [],
|
|
1424
|
+
"properties": [
|
|
1425
|
+
{
|
|
1426
|
+
"name": "link",
|
|
1427
|
+
"tags": [],
|
|
1428
|
+
"docs": "",
|
|
1429
|
+
"complexTypes": [],
|
|
1430
|
+
"type": "string"
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "AFLinkGenerator",
|
|
1436
|
+
"slug": "aflinkgenerator",
|
|
1437
|
+
"docs": "",
|
|
1438
|
+
"tags": [],
|
|
1439
|
+
"methods": [],
|
|
1440
|
+
"properties": [
|
|
1441
|
+
{
|
|
1442
|
+
"name": "brandDomain",
|
|
1443
|
+
"tags": [],
|
|
1444
|
+
"docs": "",
|
|
1445
|
+
"complexTypes": [],
|
|
1446
|
+
"type": "string | undefined"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "campaign",
|
|
1450
|
+
"tags": [],
|
|
1451
|
+
"docs": "",
|
|
1452
|
+
"complexTypes": [],
|
|
1453
|
+
"type": "string | undefined"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "channel",
|
|
1457
|
+
"tags": [],
|
|
1458
|
+
"docs": "",
|
|
1459
|
+
"complexTypes": [],
|
|
1460
|
+
"type": "string | undefined"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "referrerName",
|
|
1464
|
+
"tags": [],
|
|
1465
|
+
"docs": "",
|
|
1466
|
+
"complexTypes": [],
|
|
1467
|
+
"type": "string | undefined"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "referrerImageURL",
|
|
1471
|
+
"tags": [],
|
|
1472
|
+
"docs": "",
|
|
1473
|
+
"complexTypes": [],
|
|
1474
|
+
"type": "string | undefined"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "referrerCustomerId",
|
|
1478
|
+
"tags": [],
|
|
1479
|
+
"docs": "",
|
|
1480
|
+
"complexTypes": [],
|
|
1481
|
+
"type": "string | undefined"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "baseDeeplink",
|
|
1485
|
+
"tags": [],
|
|
1486
|
+
"docs": "",
|
|
1487
|
+
"complexTypes": [],
|
|
1488
|
+
"type": "string | undefined"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "addParameters",
|
|
1492
|
+
"tags": [],
|
|
1493
|
+
"docs": "",
|
|
1494
|
+
"complexTypes": [
|
|
1495
|
+
"StringMap"
|
|
1496
|
+
],
|
|
1497
|
+
"type": "StringMap"
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "AFAndroidInAppPurchase",
|
|
1503
|
+
"slug": "afandroidinapppurchase",
|
|
1504
|
+
"docs": "",
|
|
1505
|
+
"tags": [],
|
|
1506
|
+
"methods": [],
|
|
1507
|
+
"properties": [
|
|
1508
|
+
{
|
|
1509
|
+
"name": "publicKey",
|
|
1510
|
+
"tags": [],
|
|
1511
|
+
"docs": "",
|
|
1512
|
+
"complexTypes": [],
|
|
1513
|
+
"type": "string"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "signature",
|
|
1517
|
+
"tags": [],
|
|
1518
|
+
"docs": "",
|
|
1519
|
+
"complexTypes": [],
|
|
1520
|
+
"type": "string"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "purchaseData",
|
|
1524
|
+
"tags": [],
|
|
1525
|
+
"docs": "",
|
|
1526
|
+
"complexTypes": [],
|
|
1527
|
+
"type": "string"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "price",
|
|
1531
|
+
"tags": [],
|
|
1532
|
+
"docs": "",
|
|
1533
|
+
"complexTypes": [],
|
|
1534
|
+
"type": "string"
|
|
1535
|
+
}
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "AFIosInAppPurchase",
|
|
1540
|
+
"slug": "afiosinapppurchase",
|
|
1541
|
+
"docs": "",
|
|
1542
|
+
"tags": [],
|
|
1543
|
+
"methods": [],
|
|
1544
|
+
"properties": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "inAppPurchase",
|
|
1547
|
+
"tags": [],
|
|
1548
|
+
"docs": "",
|
|
1549
|
+
"complexTypes": [],
|
|
1550
|
+
"type": "string"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "price",
|
|
1554
|
+
"tags": [],
|
|
1555
|
+
"docs": "",
|
|
1556
|
+
"complexTypes": [],
|
|
1557
|
+
"type": "string"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "transactionId",
|
|
1561
|
+
"tags": [],
|
|
1562
|
+
"docs": "",
|
|
1563
|
+
"complexTypes": [],
|
|
1564
|
+
"type": "string"
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "AFFbDAL",
|
|
1570
|
+
"slug": "affbdal",
|
|
1571
|
+
"docs": "",
|
|
1572
|
+
"tags": [],
|
|
1573
|
+
"methods": [],
|
|
1574
|
+
"properties": [
|
|
1575
|
+
{
|
|
1576
|
+
"name": "enableFacebookDAL",
|
|
1577
|
+
"tags": [],
|
|
1578
|
+
"docs": "",
|
|
1579
|
+
"complexTypes": [],
|
|
1580
|
+
"type": "boolean"
|
|
1581
|
+
}
|
|
1582
|
+
]
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "AFPushPayload",
|
|
1586
|
+
"slug": "afpushpayload",
|
|
1587
|
+
"docs": "",
|
|
1588
|
+
"tags": [],
|
|
1589
|
+
"methods": [],
|
|
1590
|
+
"properties": [
|
|
1591
|
+
{
|
|
1592
|
+
"name": "pushPayload",
|
|
1593
|
+
"tags": [],
|
|
1594
|
+
"docs": "",
|
|
1595
|
+
"complexTypes": [
|
|
1596
|
+
"StringMap"
|
|
1597
|
+
],
|
|
1598
|
+
"type": "StringMap"
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "AFLanguage",
|
|
1604
|
+
"slug": "aflanguage",
|
|
1605
|
+
"docs": "",
|
|
1606
|
+
"tags": [],
|
|
1607
|
+
"methods": [],
|
|
1608
|
+
"properties": [
|
|
1609
|
+
{
|
|
1610
|
+
"name": "language",
|
|
1611
|
+
"tags": [],
|
|
1612
|
+
"docs": "",
|
|
1613
|
+
"complexTypes": [],
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
}
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "AFPromotion",
|
|
1620
|
+
"slug": "afpromotion",
|
|
1621
|
+
"docs": "",
|
|
1622
|
+
"tags": [],
|
|
1623
|
+
"methods": [],
|
|
1624
|
+
"properties": [
|
|
1625
|
+
{
|
|
1626
|
+
"name": "appID",
|
|
1627
|
+
"tags": [],
|
|
1628
|
+
"docs": "",
|
|
1629
|
+
"complexTypes": [],
|
|
1630
|
+
"type": "string"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"name": "campaign",
|
|
1634
|
+
"tags": [],
|
|
1635
|
+
"docs": "",
|
|
1636
|
+
"complexTypes": [],
|
|
1637
|
+
"type": "string"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "parameters",
|
|
1641
|
+
"tags": [],
|
|
1642
|
+
"docs": "",
|
|
1643
|
+
"complexTypes": [
|
|
1644
|
+
"StringMap"
|
|
1645
|
+
],
|
|
1646
|
+
"type": "StringMap"
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "AFEmails",
|
|
1652
|
+
"slug": "afemails",
|
|
1653
|
+
"docs": "",
|
|
1654
|
+
"tags": [],
|
|
1655
|
+
"methods": [],
|
|
1656
|
+
"properties": [
|
|
1657
|
+
{
|
|
1658
|
+
"name": "emails",
|
|
1659
|
+
"tags": [],
|
|
1660
|
+
"docs": "",
|
|
1661
|
+
"complexTypes": [],
|
|
1662
|
+
"type": "string[]"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "encode",
|
|
1666
|
+
"tags": [],
|
|
1667
|
+
"docs": "",
|
|
1668
|
+
"complexTypes": [],
|
|
1669
|
+
"type": "boolean | undefined"
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "AFLatLng",
|
|
1675
|
+
"slug": "aflatlng",
|
|
1676
|
+
"docs": "",
|
|
1677
|
+
"tags": [],
|
|
1678
|
+
"methods": [],
|
|
1679
|
+
"properties": [
|
|
1680
|
+
{
|
|
1681
|
+
"name": "latitude",
|
|
1682
|
+
"tags": [],
|
|
1683
|
+
"docs": "",
|
|
1684
|
+
"complexTypes": [],
|
|
1685
|
+
"type": "number"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "longitude",
|
|
1689
|
+
"tags": [],
|
|
1690
|
+
"docs": "",
|
|
1691
|
+
"complexTypes": [],
|
|
1692
|
+
"type": "number"
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "AFPhone",
|
|
1698
|
+
"slug": "afphone",
|
|
1699
|
+
"docs": "",
|
|
1700
|
+
"tags": [],
|
|
1701
|
+
"methods": [],
|
|
1702
|
+
"properties": [
|
|
1703
|
+
{
|
|
1704
|
+
"name": "phone",
|
|
1705
|
+
"tags": [],
|
|
1706
|
+
"docs": "",
|
|
1707
|
+
"complexTypes": [],
|
|
1708
|
+
"type": "string"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "AFPartnerData",
|
|
1714
|
+
"slug": "afpartnerdata",
|
|
1715
|
+
"docs": "",
|
|
1716
|
+
"tags": [],
|
|
1717
|
+
"methods": [],
|
|
1718
|
+
"properties": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "data",
|
|
1721
|
+
"tags": [],
|
|
1722
|
+
"docs": "",
|
|
1723
|
+
"complexTypes": [],
|
|
1724
|
+
"type": "any"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "partnerId",
|
|
1728
|
+
"tags": [],
|
|
1729
|
+
"docs": "",
|
|
1730
|
+
"complexTypes": [],
|
|
1731
|
+
"type": "string"
|
|
1732
|
+
}
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "AFLogInvite",
|
|
1737
|
+
"slug": "afloginvite",
|
|
1738
|
+
"docs": "",
|
|
1739
|
+
"tags": [],
|
|
1740
|
+
"methods": [],
|
|
1741
|
+
"properties": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "eventParameters",
|
|
1744
|
+
"tags": [],
|
|
1745
|
+
"docs": "",
|
|
1746
|
+
"complexTypes": [
|
|
1747
|
+
"StringMap"
|
|
1748
|
+
],
|
|
1749
|
+
"type": "StringMap"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "channel",
|
|
1753
|
+
"tags": [],
|
|
1754
|
+
"docs": "",
|
|
1755
|
+
"complexTypes": [],
|
|
1756
|
+
"type": "string"
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "AFEnableTCFDataCollection",
|
|
1762
|
+
"slug": "afenabletcfdatacollection",
|
|
1763
|
+
"docs": "",
|
|
1764
|
+
"tags": [],
|
|
1765
|
+
"methods": [],
|
|
1766
|
+
"properties": [
|
|
1767
|
+
{
|
|
1768
|
+
"name": "shouldEnableTCFDataCollection",
|
|
1769
|
+
"tags": [],
|
|
1770
|
+
"docs": "",
|
|
1771
|
+
"complexTypes": [],
|
|
1772
|
+
"type": "boolean"
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "AFConsentData",
|
|
1778
|
+
"slug": "afconsentdata",
|
|
1779
|
+
"docs": "",
|
|
1780
|
+
"tags": [],
|
|
1781
|
+
"methods": [],
|
|
1782
|
+
"properties": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "data",
|
|
1785
|
+
"tags": [],
|
|
1786
|
+
"docs": "",
|
|
1787
|
+
"complexTypes": [
|
|
1788
|
+
"IAppsFlyerConsent"
|
|
1789
|
+
],
|
|
1790
|
+
"type": "IAppsFlyerConsent"
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "IAppsFlyerConsent",
|
|
1796
|
+
"slug": "iappsflyerconsent",
|
|
1797
|
+
"docs": "",
|
|
1798
|
+
"tags": [],
|
|
1799
|
+
"methods": [],
|
|
1800
|
+
"properties": [
|
|
1801
|
+
{
|
|
1802
|
+
"name": "isUserSubjectToGDPR",
|
|
1803
|
+
"tags": [],
|
|
1804
|
+
"docs": "",
|
|
1805
|
+
"complexTypes": [],
|
|
1806
|
+
"type": "boolean"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"name": "hasConsentForDataUsage",
|
|
1810
|
+
"tags": [],
|
|
1811
|
+
"docs": "",
|
|
1812
|
+
"complexTypes": [],
|
|
1813
|
+
"type": "boolean | undefined"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "hasConsentForAdsPersonalization",
|
|
1817
|
+
"tags": [],
|
|
1818
|
+
"docs": "",
|
|
1819
|
+
"complexTypes": [],
|
|
1820
|
+
"type": "boolean | undefined"
|
|
1821
|
+
}
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "AFAdRevenueData",
|
|
1826
|
+
"slug": "afadrevenuedata",
|
|
1827
|
+
"docs": "",
|
|
1828
|
+
"tags": [],
|
|
1829
|
+
"methods": [],
|
|
1830
|
+
"properties": [
|
|
1831
|
+
{
|
|
1832
|
+
"name": "monetizationNetwork",
|
|
1833
|
+
"tags": [],
|
|
1834
|
+
"docs": "",
|
|
1835
|
+
"complexTypes": [],
|
|
1836
|
+
"type": "string"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "mediationNetwork",
|
|
1840
|
+
"tags": [],
|
|
1841
|
+
"docs": "",
|
|
1842
|
+
"complexTypes": [
|
|
1843
|
+
"MediationNetwork"
|
|
1844
|
+
],
|
|
1845
|
+
"type": "MediationNetwork"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "currencyIso4217Code",
|
|
1849
|
+
"tags": [],
|
|
1850
|
+
"docs": "",
|
|
1851
|
+
"complexTypes": [],
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "revenue",
|
|
1856
|
+
"tags": [],
|
|
1857
|
+
"docs": "",
|
|
1858
|
+
"complexTypes": [],
|
|
1859
|
+
"type": "number"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "additionalParameters",
|
|
1863
|
+
"tags": [],
|
|
1864
|
+
"docs": "",
|
|
1865
|
+
"complexTypes": [
|
|
1866
|
+
"StringMap"
|
|
1867
|
+
],
|
|
1868
|
+
"type": "StringMap"
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "AFConsentOptions",
|
|
1874
|
+
"slug": "afconsentoptions",
|
|
1875
|
+
"docs": "",
|
|
1876
|
+
"tags": [],
|
|
1877
|
+
"methods": [],
|
|
1878
|
+
"properties": [
|
|
1879
|
+
{
|
|
1880
|
+
"name": "isUserSubjectToGDPR",
|
|
1881
|
+
"tags": [],
|
|
1882
|
+
"docs": "",
|
|
1883
|
+
"complexTypes": [],
|
|
1884
|
+
"type": "boolean | null | undefined"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "hasConsentForDataUsage",
|
|
1888
|
+
"tags": [],
|
|
1889
|
+
"docs": "",
|
|
1890
|
+
"complexTypes": [],
|
|
1891
|
+
"type": "boolean | null | undefined"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "hasConsentForAdsPersonalization",
|
|
1895
|
+
"tags": [],
|
|
1896
|
+
"docs": "",
|
|
1897
|
+
"complexTypes": [],
|
|
1898
|
+
"type": "boolean | null | undefined"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "hasConsentForAdStorage",
|
|
1902
|
+
"tags": [],
|
|
1903
|
+
"docs": "",
|
|
1904
|
+
"complexTypes": [],
|
|
1905
|
+
"type": "boolean | null | undefined"
|
|
1906
|
+
}
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "AFIsStarted",
|
|
1911
|
+
"slug": "afisstarted",
|
|
1912
|
+
"docs": "",
|
|
1913
|
+
"tags": [],
|
|
1914
|
+
"methods": [],
|
|
1915
|
+
"properties": [
|
|
1916
|
+
{
|
|
1917
|
+
"name": "isStarted",
|
|
1918
|
+
"tags": [],
|
|
1919
|
+
"docs": "",
|
|
1920
|
+
"complexTypes": [],
|
|
1921
|
+
"type": "boolean"
|
|
1922
|
+
}
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "AFPurchaseDetailsV2",
|
|
1927
|
+
"slug": "afpurchasedetailsv2",
|
|
1928
|
+
"docs": "",
|
|
1929
|
+
"tags": [],
|
|
1930
|
+
"methods": [],
|
|
1931
|
+
"properties": [
|
|
1932
|
+
{
|
|
1933
|
+
"name": "purchaseDetails",
|
|
1934
|
+
"tags": [],
|
|
1935
|
+
"docs": "",
|
|
1936
|
+
"complexTypes": [
|
|
1937
|
+
"AFPurchaseDetails"
|
|
1938
|
+
],
|
|
1939
|
+
"type": "AFPurchaseDetails"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "additionalParameters",
|
|
1943
|
+
"tags": [],
|
|
1944
|
+
"docs": "",
|
|
1945
|
+
"complexTypes": [
|
|
1946
|
+
"StringMap"
|
|
1947
|
+
],
|
|
1948
|
+
"type": "StringMap"
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "AFPurchaseDetails",
|
|
1954
|
+
"slug": "afpurchasedetails",
|
|
1955
|
+
"docs": "",
|
|
1956
|
+
"tags": [],
|
|
1957
|
+
"methods": [],
|
|
1958
|
+
"properties": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "purchaseType",
|
|
1961
|
+
"tags": [],
|
|
1962
|
+
"docs": "",
|
|
1963
|
+
"complexTypes": [
|
|
1964
|
+
"AFPurchaseType"
|
|
1965
|
+
],
|
|
1966
|
+
"type": "AFPurchaseType"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "purchaseToken",
|
|
1970
|
+
"tags": [],
|
|
1971
|
+
"docs": "",
|
|
1972
|
+
"complexTypes": [],
|
|
1973
|
+
"type": "string"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "productId",
|
|
1977
|
+
"tags": [],
|
|
1978
|
+
"docs": "",
|
|
1979
|
+
"complexTypes": [],
|
|
1980
|
+
"type": "string"
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"enums": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "AFConstants",
|
|
1988
|
+
"slug": "afconstants",
|
|
1989
|
+
"members": [
|
|
1990
|
+
{
|
|
1991
|
+
"name": "onConversionDataSuccess",
|
|
1992
|
+
"value": "'onConversionDataSuccess'",
|
|
1993
|
+
"tags": [],
|
|
1994
|
+
"docs": ""
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "onConversionDataFail",
|
|
1998
|
+
"value": "'onConversionDataFail'",
|
|
1999
|
+
"tags": [],
|
|
2000
|
+
"docs": ""
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"name": "onAppOpenAttribution",
|
|
2004
|
+
"value": "'onAppOpenAttribution'",
|
|
2005
|
+
"tags": [],
|
|
2006
|
+
"docs": ""
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "onAttributionFailure",
|
|
2010
|
+
"value": "'onAttributionFailure'",
|
|
2011
|
+
"tags": [],
|
|
2012
|
+
"docs": ""
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "CONVERSION_CALLBACK",
|
|
2016
|
+
"value": "'conversion_callback'",
|
|
2017
|
+
"tags": [],
|
|
2018
|
+
"docs": ""
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "OAOA_CALLBACK",
|
|
2022
|
+
"value": "'oaoa_callback'",
|
|
2023
|
+
"tags": [],
|
|
2024
|
+
"docs": ""
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "UDL_CALLBACK",
|
|
2028
|
+
"value": "'udl_callback'",
|
|
2029
|
+
"tags": [],
|
|
2030
|
+
"docs": ""
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "MediationNetwork",
|
|
2036
|
+
"slug": "mediationnetwork",
|
|
2037
|
+
"members": [
|
|
2038
|
+
{
|
|
2039
|
+
"name": "IRONSOURCE",
|
|
2040
|
+
"value": "'ironsource'",
|
|
2041
|
+
"tags": [],
|
|
2042
|
+
"docs": ""
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "APPLOVIN_MAX",
|
|
2046
|
+
"value": "'applovin_max'",
|
|
2047
|
+
"tags": [],
|
|
2048
|
+
"docs": ""
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "GOOGLE_ADMOB",
|
|
2052
|
+
"value": "'google_admob'",
|
|
2053
|
+
"tags": [],
|
|
2054
|
+
"docs": ""
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "FYBER",
|
|
2058
|
+
"value": "'fyber'",
|
|
2059
|
+
"tags": [],
|
|
2060
|
+
"docs": ""
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"name": "APPODEAL",
|
|
2064
|
+
"value": "'appodeal'",
|
|
2065
|
+
"tags": [],
|
|
2066
|
+
"docs": ""
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "ADMOST",
|
|
2070
|
+
"value": "'admost'",
|
|
2071
|
+
"tags": [],
|
|
2072
|
+
"docs": ""
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"name": "TOPON",
|
|
2076
|
+
"value": "'topon'",
|
|
2077
|
+
"tags": [],
|
|
2078
|
+
"docs": ""
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"name": "TRADPLUS",
|
|
2082
|
+
"value": "'tradplus'",
|
|
2083
|
+
"tags": [],
|
|
2084
|
+
"docs": ""
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "YANDEX",
|
|
2088
|
+
"value": "'yandex'",
|
|
2089
|
+
"tags": [],
|
|
2090
|
+
"docs": ""
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "CHARTBOOST",
|
|
2094
|
+
"value": "'chartboost'",
|
|
2095
|
+
"tags": [],
|
|
2096
|
+
"docs": ""
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"name": "UNITY",
|
|
2100
|
+
"value": "'unity'",
|
|
2101
|
+
"tags": [],
|
|
2102
|
+
"docs": ""
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "TOPON_PTE",
|
|
2106
|
+
"value": "'topon_pte'",
|
|
2107
|
+
"tags": [],
|
|
2108
|
+
"docs": ""
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "CUSTOM_MEDIATION",
|
|
2112
|
+
"value": "'custom_mediation'",
|
|
2113
|
+
"tags": [],
|
|
2114
|
+
"docs": ""
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "DIRECT_MONETIZATION_NETWORK",
|
|
2118
|
+
"value": "'direct_monetization_network'",
|
|
2119
|
+
"tags": [],
|
|
2120
|
+
"docs": ""
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "AFPurchaseType",
|
|
2126
|
+
"slug": "afpurchasetype",
|
|
2127
|
+
"members": [
|
|
2128
|
+
{
|
|
2129
|
+
"name": "oneTimePurchase",
|
|
2130
|
+
"value": "'one_time_purchase'",
|
|
2131
|
+
"tags": [],
|
|
2132
|
+
"docs": ""
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "subscription",
|
|
2136
|
+
"value": "'subscription'",
|
|
2137
|
+
"tags": [],
|
|
2138
|
+
"docs": ""
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"typeAliases": [],
|
|
2144
|
+
"pluginConfigs": []
|
|
2145
|
+
}
|