affise-attribution-lib 1.6.2 → 1.6.3
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/README.md +76 -18
- package/affise-attribution-native.podspec +1 -3
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/affise/attribution/react/ResultWrapper.kt +11 -2
- package/lib/commonjs/Export.js +33 -0
- package/lib/commonjs/Export.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId01Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId01Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId02Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId02Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId03Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId03Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId04Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId04Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId05Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId05Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId06Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId06Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId07Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId07Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId08Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId08Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId09Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId09Event.js.map +1 -1
- package/lib/commonjs/events/custom/CustomId10Event.js +1 -2
- package/lib/commonjs/events/custom/CustomId10Event.js.map +1 -1
- package/lib/commonjs/events/custom/UserCustomEvent.js +26 -0
- package/lib/commonjs/events/custom/UserCustomEvent.js.map +1 -0
- package/lib/commonjs/events/custom/UserCustomSubscriptionEvent.js +20 -0
- package/lib/commonjs/events/custom/UserCustomSubscriptionEvent.js.map +1 -0
- package/lib/commonjs/index.js +7 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/native/AffiseApiMethod.js +1 -0
- package/lib/commonjs/native/AffiseApiMethod.js.map +1 -1
- package/lib/commonjs/native/AffiseNative.js +3 -0
- package/lib/commonjs/native/AffiseNative.js.map +1 -1
- package/lib/commonjs/parameters/ProviderType.js +106 -0
- package/lib/commonjs/parameters/ProviderType.js.map +1 -0
- package/lib/module/Export.js +3 -0
- package/lib/module/Export.js.map +1 -1
- package/lib/module/events/custom/CustomId01Event.js +1 -2
- package/lib/module/events/custom/CustomId01Event.js.map +1 -1
- package/lib/module/events/custom/CustomId02Event.js +1 -2
- package/lib/module/events/custom/CustomId02Event.js.map +1 -1
- package/lib/module/events/custom/CustomId03Event.js +1 -2
- package/lib/module/events/custom/CustomId03Event.js.map +1 -1
- package/lib/module/events/custom/CustomId04Event.js +1 -2
- package/lib/module/events/custom/CustomId04Event.js.map +1 -1
- package/lib/module/events/custom/CustomId05Event.js +1 -2
- package/lib/module/events/custom/CustomId05Event.js.map +1 -1
- package/lib/module/events/custom/CustomId06Event.js +1 -2
- package/lib/module/events/custom/CustomId06Event.js.map +1 -1
- package/lib/module/events/custom/CustomId07Event.js +1 -2
- package/lib/module/events/custom/CustomId07Event.js.map +1 -1
- package/lib/module/events/custom/CustomId08Event.js +1 -2
- package/lib/module/events/custom/CustomId08Event.js.map +1 -1
- package/lib/module/events/custom/CustomId09Event.js +1 -2
- package/lib/module/events/custom/CustomId09Event.js.map +1 -1
- package/lib/module/events/custom/CustomId10Event.js +1 -2
- package/lib/module/events/custom/CustomId10Event.js.map +1 -1
- package/lib/module/events/custom/UserCustomEvent.js +20 -0
- package/lib/module/events/custom/UserCustomEvent.js.map +1 -0
- package/lib/module/events/custom/UserCustomSubscriptionEvent.js +13 -0
- package/lib/module/events/custom/UserCustomSubscriptionEvent.js.map +1 -0
- package/lib/module/index.js +7 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/native/AffiseApiMethod.js +1 -0
- package/lib/module/native/AffiseApiMethod.js.map +1 -1
- package/lib/module/native/AffiseNative.js +3 -0
- package/lib/module/native/AffiseNative.js.map +1 -1
- package/lib/module/parameters/ProviderType.js +99 -0
- package/lib/module/parameters/ProviderType.js.map +1 -0
- package/lib/typescript/Export.d.ts +3 -0
- package/lib/typescript/Export.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId01Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId01Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId02Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId02Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId03Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId03Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId04Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId04Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId05Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId05Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId06Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId06Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId07Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId07Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId08Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId08Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId09Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId09Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/CustomId10Event.d.ts +1 -2
- package/lib/typescript/events/custom/CustomId10Event.d.ts.map +1 -1
- package/lib/typescript/events/custom/UserCustomEvent.d.ts +16 -0
- package/lib/typescript/events/custom/UserCustomEvent.d.ts.map +1 -0
- package/lib/typescript/events/custom/UserCustomSubscriptionEvent.d.ts +10 -0
- package/lib/typescript/events/custom/UserCustomSubscriptionEvent.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +4 -0
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/native/AffiseApiMethod.d.ts +1 -0
- package/lib/typescript/native/AffiseApiMethod.d.ts.map +1 -1
- package/lib/typescript/native/AffiseNative.d.ts +1 -0
- package/lib/typescript/native/AffiseNative.d.ts.map +1 -1
- package/lib/typescript/parameters/ProviderType.d.ts +98 -0
- package/lib/typescript/parameters/ProviderType.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/Export.ts +5 -0
- package/src/events/custom/CustomId01Event.ts +1 -2
- package/src/events/custom/CustomId02Event.ts +1 -2
- package/src/events/custom/CustomId03Event.ts +1 -2
- package/src/events/custom/CustomId04Event.ts +1 -2
- package/src/events/custom/CustomId05Event.ts +1 -2
- package/src/events/custom/CustomId06Event.ts +1 -2
- package/src/events/custom/CustomId07Event.ts +1 -2
- package/src/events/custom/CustomId08Event.ts +1 -2
- package/src/events/custom/CustomId09Event.ts +1 -2
- package/src/events/custom/CustomId10Event.ts +1 -2
- package/src/events/custom/UserCustomEvent.ts +15 -0
- package/src/events/custom/UserCustomSubscriptionEvent.ts +12 -0
- package/src/{index.tsx → index.ts} +7 -0
- package/src/native/AffiseApiMethod.ts +1 -0
- package/src/native/AffiseNative.ts +4 -0
- package/src/parameters/ProviderType.ts +103 -0
|
@@ -12,6 +12,7 @@ export * from './module/AffiseKeyValue';
|
|
|
12
12
|
export * from './module/OnKeyValueCallback';
|
|
13
13
|
export * from './ad/AffiseAdRevenue';
|
|
14
14
|
export * from './ad/AffiseAdSource';
|
|
15
|
+
export * from './parameters/ProviderType';
|
|
15
16
|
export * from './events/parameters/PredefinedListObject';
|
|
16
17
|
export * from './events/parameters/PredefinedFloat';
|
|
17
18
|
export * from "./events/parameters/PredefinedListString";
|
|
@@ -21,6 +22,8 @@ export * from './events/parameters/PredefinedString';
|
|
|
21
22
|
export * from './events/parameters/PredefinedGroup';
|
|
22
23
|
export * from './events/base/AffiseEvent';
|
|
23
24
|
export * from './events/subscription/BaseSubscriptionEvent';
|
|
25
|
+
export * from './events/custom/UserCustomEvent';
|
|
26
|
+
export * from './events/custom/UserCustomSubscriptionEvent';
|
|
24
27
|
export * from './events/predefined/ClickAdvEvent';
|
|
25
28
|
export * from './events/predefined/AchieveLevelEvent';
|
|
26
29
|
export * from './events/predefined/AddPaymentInfoEvent';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Export.d.ts","sourceRoot":"","sources":["../../src/Export.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Export.d.ts","sourceRoot":"","sources":["../../src/Export.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId01
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId01Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId01Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId01Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId01Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId01Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId02
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId02Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId02Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId02Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId02Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId02Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId03
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId03Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId03Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId03Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId03Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId03Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId03
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId04Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId04Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId04Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId04Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId04Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId04
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId05Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId05Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId05Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId05Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId05Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId06
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId06Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId06Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId06Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId06Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId06Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId07
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId07Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId07Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId07Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId07Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId07Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId08
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId08Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId08Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId08Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId08Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId08Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId09
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId09Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId09Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId09Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId09Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId09Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -2,9 +2,8 @@ import { NativeEvent } from "../base/NativeEvent";
|
|
|
2
2
|
/**
|
|
3
3
|
* Event CustomId10
|
|
4
4
|
*
|
|
5
|
-
* @param custom the describing the meaning of the event.
|
|
6
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
7
5
|
* @param userData any custom string data.
|
|
6
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
7
|
*/
|
|
9
8
|
export declare class CustomId10Event extends NativeEvent {
|
|
10
9
|
constructor({ userData, timeStampMillis }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomId10Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId10Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD
|
|
1
|
+
{"version":3,"file":"CustomId10Event.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/CustomId10Event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAGhD;;;;;GAKG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAG3F"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { NativeEvent } from "../base/NativeEvent";
|
|
2
|
+
/**
|
|
3
|
+
* UserCustomEvent
|
|
4
|
+
*
|
|
5
|
+
* @param eventName custom event name.
|
|
6
|
+
* @param userData any custom string data.
|
|
7
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
8
|
+
*/
|
|
9
|
+
export declare class UserCustomEvent extends NativeEvent {
|
|
10
|
+
constructor({ eventName, userData, timeStampMillis }: {
|
|
11
|
+
eventName: string;
|
|
12
|
+
userData?: string;
|
|
13
|
+
timeStampMillis?: number;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=UserCustomEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserCustomEvent.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/UserCustomEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAEhD;;;;;;GAMG;AACH,qBAAa,eAAgB,SAAQ,WAAW;gBAEhC,EAAC,SAAS,EAAE,QAAQ,EAAE,eAAe,EAAC,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE;CAGzH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseSubscriptionEvent } from "../subscription/BaseSubscriptionEvent";
|
|
2
|
+
export declare class UserCustomSubscriptionEvent extends BaseSubscriptionEvent {
|
|
3
|
+
constructor({ type, subtype, data, userData }: {
|
|
4
|
+
type: string;
|
|
5
|
+
subtype: string;
|
|
6
|
+
data: Record<string, unknown>;
|
|
7
|
+
userData?: string;
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=UserCustomSubscriptionEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserCustomSubscriptionEvent.d.ts","sourceRoot":"","sources":["../../../../src/events/custom/UserCustomSubscriptionEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,uCAAuC,CAAC;AAE5E,qBAAa,2BAA4B,SAAQ,qBAAqB;gBACtD,EAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE;CAQnI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,wBAAwB,EACxB,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EACrB,MAAM,UAAU,CAAC;AAIlB,cAAc,UAAU,CAAC;AAEzB;;GAEG;AACH,qBAAa,MAAM;IAEf,OAAO,CAAC,MAAM,CAAC,MAAM,CAAsB;IAE3C;;OAEG;IACH,MAAM,CAAC,IAAI,CACP,cAAc,EAAE,oBAAoB,GAAG,wBAAwB;IAKnE,MAAM,CAAC,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAIxC;;OAEG;IACH,MAAM,CAAC,UAAU;IAIjB;;OAEG;IACH,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,WAAW;IAInC;;OAEG;IACH,MAAM,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM;IAIrC;;OAEG;IACH,MAAM,CAAC,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB;IAI5D;;OAEG;IACH,MAAM,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM;IAIrC;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAE,gBAAgB,EAAE;IAIrD;;;;;;OAMG;IACH,MAAM,CAAC,qBAAqB,CAAC,OAAO,EAAE,OAAO;IAI7C;;OAEG;IACH,MAAM,CAAC,oBAAoB,IAAI,OAAO,CAAC,OAAO,CAAC;IAI/C;;;;OAIG;IACH,MAAM,CAAC,4BAA4B,CAAC,OAAO,EAAE,OAAO;IAIpD;;OAEG;IACH,MAAM,CAAC,2BAA2B,IAAI,OAAO,CAAC,OAAO,CAAC;IAItD;;;;OAIG;IACH,MAAM,CAAC,kBAAkB,CAAC,OAAO,EAAE,OAAO;IAI1C;;OAEG;IACH,MAAM,CAAC,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IAI5C;;;;OAIG;IACH,MAAM,CAAC,SAAS,CAAC,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,kBAAkB;IAIpE;;OAEG;IACH,MAAM,CAAC,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAIzC;;OAEG;IACH,MAAM,CAAC,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAI3C;;OAEG;IACH,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAInD;;;;;OAKG;IACH,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAE,OAAO;IAIzC,MAAM,CAAC,OAAO;;QACV;;WAEG;yBACqB,MAAM;;QAQ9B;;WAEG;8BAC0B,gBAAgB;QAK7C;;WAEG;8BAC0B,WAAW,YAAY,gBAAgB;MAItE;IAEF,MAAM,CAAC,GAAG;;QACN;;WAEG;8DAC0D,aAAa;QAK1E;;WAEG;iDAC6C,MAAM,eAAe,WAAW,qBAAqB,aAAa;MAIpH;CACL"}
|
|
@@ -19,6 +19,7 @@ export declare enum AffiseApiMethod {
|
|
|
19
19
|
CRASH_APPLICATION = "crash_application",
|
|
20
20
|
GET_RANDOM_USER_ID = "get_random_user_id",
|
|
21
21
|
GET_RANDOM_DEVICE_ID = "get_random_device_id",
|
|
22
|
+
GET_PROVIDERS = "get_providers",
|
|
22
23
|
GET_REFERRER_CALLBACK = "get_referrer_callback",
|
|
23
24
|
GET_REFERRER_VALUE_CALLBACK = "get_referrer_value_callback",
|
|
24
25
|
GET_STATUS_CALLBACK = "get_status_callback",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AffiseApiMethod.d.ts","sourceRoot":"","sources":["../../../src/native/AffiseApiMethod.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACvB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,cAAc,kBAAkB;IAChC,uBAAuB,4BAA4B;IACnD,wBAAwB,6BAA6B;IACrD,uBAAuB,4BAA4B;IACnD,+BAA+B,oCAAoC;IACnE,8BAA8B,mCAAmC;IACjE,oBAAoB,yBAAyB;IAC7C,mBAAmB,wBAAwB;IAC3C,MAAM,WAAW;IACjB,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,2BAA2B,gCAAgC;IAC3D,mBAAmB,wBAAwB;IAC3C,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,4BAA4B,iCAAiC;CAChE;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAIlE"}
|
|
1
|
+
{"version":3,"file":"AffiseApiMethod.d.ts","sourceRoot":"","sources":["../../../src/native/AffiseApiMethod.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACvB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,cAAc,kBAAkB;IAChC,uBAAuB,4BAA4B;IACnD,wBAAwB,6BAA6B;IACrD,uBAAuB,4BAA4B;IACnD,+BAA+B,oCAAoC;IACnE,8BAA8B,mCAAmC;IACjE,oBAAoB,yBAAyB;IAC7C,mBAAmB,wBAAwB;IAC3C,MAAM,WAAW;IACjB,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,oBAAoB,yBAAyB;IAC7C,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,2BAA2B,gCAAgC;IAC3D,mBAAmB,wBAAwB;IAC3C,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,4BAA4B,iCAAiC;CAChE;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAIlE"}
|
|
@@ -34,6 +34,7 @@ export declare class AffiseNative extends NativeBase {
|
|
|
34
34
|
getStatus(module: AffiseModules, callback: OnKeyValueCallback): void;
|
|
35
35
|
getRandomUserId(): Promise<string>;
|
|
36
36
|
getRandomDeviceId(): Promise<string>;
|
|
37
|
+
getProviders(): Promise<Record<string, any>>;
|
|
37
38
|
registerAppForAdNetworkAttribution(completionHandler: ErrorCallback): void;
|
|
38
39
|
updatePostbackConversionValue(fineValue: bigint, coarseValue: CoarseValue, completionHandler: ErrorCallback): void;
|
|
39
40
|
protected handleCallback(api: AffiseApiMethod, callback: unknown, data: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AffiseNative.d.ts","sourceRoot":"","sources":["../../../src/native/AffiseNative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAA6B,MAAM,yBAAyB,CAAC;AACzF,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAIrD,qBAAa,YAAa,SAAQ,UAAU;IAExC,IAAI,CAAC,cAAc,EAAE,oBAAoB,GAAG,wBAAwB;IAWpE,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAIjC,UAAU;IAIV,SAAS,CAAC,KAAK,EAAE,WAAW;IAI5B,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB;IAKrD,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,oBAAoB,CAAC,KAAK,EAAE,gBAAgB,EAAE;IAI9C,qBAAqB,CAAC,OAAO,EAAE,OAAO;IAItC,oBAAoB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIxC,4BAA4B,CAAC,OAAO,EAAE,OAAO;IAI7C,2BAA2B,IAAI,OAAO,CAAC,OAAO,CAAC;IAI/C,kBAAkB,CAAC,OAAO,EAAE,OAAO;IAInC,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIrC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAIvB,iBAAiB,CAAC,OAAO,EAAE,OAAO;IAIlC,gBAAgB;IAIhB,WAAW,CAAC,QAAQ,EAAE,gBAAgB;IAItC,gBAAgB,CAAC,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,gBAAgB;IAI7D,SAAS,CAAC,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,kBAAkB;IAI7D,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAIlC,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAIpC,kCAAkC,CAAC,iBAAiB,EAAE,aAAa;IAInE,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,iBAAiB,EAAE,aAAa;IAO3G,SAAS,CAAC,cAAc,CAAC,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG;CA0B9E"}
|
|
1
|
+
{"version":3,"file":"AffiseNative.d.ts","sourceRoot":"","sources":["../../../src/native/AffiseNative.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAA6B,MAAM,yBAAyB,CAAC;AACzF,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAIrD,qBAAa,YAAa,SAAQ,UAAU;IAExC,IAAI,CAAC,cAAc,EAAE,oBAAoB,GAAG,wBAAwB;IAWpE,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAIjC,UAAU;IAIV,SAAS,CAAC,KAAK,EAAE,WAAW;IAI5B,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB;IAKrD,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,oBAAoB,CAAC,KAAK,EAAE,gBAAgB,EAAE;IAI9C,qBAAqB,CAAC,OAAO,EAAE,OAAO;IAItC,oBAAoB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIxC,4BAA4B,CAAC,OAAO,EAAE,OAAO;IAI7C,2BAA2B,IAAI,OAAO,CAAC,OAAO,CAAC;IAI/C,kBAAkB,CAAC,OAAO,EAAE,OAAO;IAInC,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIrC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAIvB,iBAAiB,CAAC,OAAO,EAAE,OAAO;IAIlC,gBAAgB;IAIhB,WAAW,CAAC,QAAQ,EAAE,gBAAgB;IAItC,gBAAgB,CAAC,GAAG,EAAE,WAAW,EAAE,QAAQ,EAAE,gBAAgB;IAI7D,SAAS,CAAC,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,kBAAkB;IAI7D,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC;IAIlC,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAIpC,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAI5C,kCAAkC,CAAC,iBAAiB,EAAE,aAAa;IAInE,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,iBAAiB,EAAE,aAAa;IAO3G,SAAS,CAAC,cAAc,CAAC,GAAG,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG;CA0B9E"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare enum ProviderType {
|
|
2
|
+
AFFISE_APP_ID = "affise_app_id",
|
|
3
|
+
AFFISE_PKG_APP_NAME = "affise_pkg_app_name",
|
|
4
|
+
AFF_APP_NAME_DASHBOARD = "affise_app_name_dashboard",
|
|
5
|
+
APP_VERSION = "app_version",
|
|
6
|
+
APP_VERSION_RAW = "app_version_raw",
|
|
7
|
+
STORE = "store",
|
|
8
|
+
TRACKER_TOKEN = "tracker_token",
|
|
9
|
+
TRACKER_NAME = "tracker_name",
|
|
10
|
+
FIRST_TRACKER_TOKEN = "first_tracker_token",
|
|
11
|
+
FIRST_TRACKER_NAME = "first_tracker_name",
|
|
12
|
+
LAST_TRACKER_TOKEN = "last_tracker_token",
|
|
13
|
+
LAST_TRACKER_NAME = "last_tracker_name",
|
|
14
|
+
OUTDATED_TRACKER_TOKEN = "outdated_tracker_token",
|
|
15
|
+
INSTALLED_TIME = "installed_time",
|
|
16
|
+
FIRST_OPEN_TIME = "first_open_time",
|
|
17
|
+
INSTALLED_HOUR = "installed_hour",
|
|
18
|
+
FIRST_OPEN_HOUR = "first_open_hour",
|
|
19
|
+
INSTALL_FIRST_EVENT = "install_first_event",
|
|
20
|
+
INSTALL_BEGIN_TIME = "install_begin_time",
|
|
21
|
+
INSTALL_FINISH_TIME = "install_finish_time",
|
|
22
|
+
REFERRER_INSTALL_VERSION = "referrer_install_version",
|
|
23
|
+
REFERRAL_TIME = "referral_time",
|
|
24
|
+
REFERRER_CLICK_TIME = "referrer_click_time",
|
|
25
|
+
REFERRER_CLICK_TIME_SERVER = "referrer_click_time_server",
|
|
26
|
+
REFERRER_GOOGLE_PLAY_INSTANT = "referrer_google_play_instant",
|
|
27
|
+
CREATED_TIME = "created_time",
|
|
28
|
+
CREATED_TIME_MILLI = "created_time_milli",
|
|
29
|
+
CREATED_TIME_HOUR = "created_time_hour",
|
|
30
|
+
UNINSTALL_TIME = "uninstall_time",
|
|
31
|
+
REINSTALL_TIME = "reinstall_time",
|
|
32
|
+
LAST_SESSION_TIME = "last_session_time",
|
|
33
|
+
CPU_TYPE = "cpu_type",
|
|
34
|
+
HARDWARE_NAME = "hardware_name",
|
|
35
|
+
DEVICE_MANUFACTURER = "device_manufacturer",
|
|
36
|
+
DEEPLINK_CLICK = "deeplink_click",
|
|
37
|
+
DEVICE_ATLAS_ID = "device_atlas_id",
|
|
38
|
+
AFFISE_DEVICE_ID = "affise_device_id",
|
|
39
|
+
AFFISE_ALT_DEVICE_ID = "affise_alt_device_id",
|
|
40
|
+
ANDROID_ID = "android_id",
|
|
41
|
+
ANDROID_ID_MD5 = "android_id_md5",
|
|
42
|
+
REFTOKEN = "reftoken",
|
|
43
|
+
REFTOKENS = "reftokens",
|
|
44
|
+
REFERRER = "referrer",
|
|
45
|
+
USER_AGENT = "user_agent",
|
|
46
|
+
MCCODE = "mccode",
|
|
47
|
+
MNCODE = "mncode",
|
|
48
|
+
REGION = "region",
|
|
49
|
+
COUNTRY = "country",
|
|
50
|
+
LANGUAGE = "language",
|
|
51
|
+
DEVICE_NAME = "device_name",
|
|
52
|
+
DEVICE_TYPE = "device_type",
|
|
53
|
+
OS_NAME = "os_name",
|
|
54
|
+
PLATFORM = "platform",
|
|
55
|
+
SDK_PLATFORM = "sdk_platform",
|
|
56
|
+
API_LEVEL_OS = "api_level_os",
|
|
57
|
+
AFFISE_SDK_VERSION = "affise_sdk_version",
|
|
58
|
+
OS_VERSION = "os_version",
|
|
59
|
+
RANDOM_USER_ID = "random_user_id",
|
|
60
|
+
AFFISE_SDK_POS = "affise_sdk_pos",
|
|
61
|
+
TIMEZONE_DEV = "timezone_dev",
|
|
62
|
+
AFFISE_EVENT_NAME = "affise_event_name",
|
|
63
|
+
AFFISE_EVENT_TOKEN = "affise_event_token",
|
|
64
|
+
LAST_TIME_SESSION = "last_time_session",
|
|
65
|
+
TIME_SESSION = "time_session",
|
|
66
|
+
AFFISE_SESSION_COUNT = "affise_session_count",
|
|
67
|
+
LIFETIME_SESSION_COUNT = "lifetime_session_count",
|
|
68
|
+
AFFISE_DEEPLINK = "affise_deeplink",
|
|
69
|
+
AFFISE_PART_PARAM_NAME = "affise_part_param_name",
|
|
70
|
+
AFFISE_PART_PARAM_NAME_TOKEN = "affise_part_param_name_token",
|
|
71
|
+
AFFISE_APP_TOKEN = "affise_app_token",
|
|
72
|
+
LABEL = "label",
|
|
73
|
+
AFFISE_SDK_SECRET_ID = "affise_sdk_secret_id",
|
|
74
|
+
UUID = "uuid",
|
|
75
|
+
AFFISE_APP_OPENED = "affise_app_opened",
|
|
76
|
+
PUSHTOKEN = "pushtoken",
|
|
77
|
+
AFFISE_EVENTS_COUNT = "affise_events_count",
|
|
78
|
+
AFFISE_SDK_EVENTS_COUNT = "affise_sdk_events_count",
|
|
79
|
+
AFFISE_METRICS_EVENTS_COUNT = "affise_metrics_events_count",
|
|
80
|
+
AFFISE_INTERNAL_EVENTS_COUNT = "affise_internal_events_count",
|
|
81
|
+
IS_ROOTED = "is_rooted",
|
|
82
|
+
IS_EMULATOR = "is_emulator",
|
|
83
|
+
GAID_ADID = "gaid_adid",
|
|
84
|
+
GAID_ADID_MD5 = "gaid_adid_md5",
|
|
85
|
+
OAID = "oaid",
|
|
86
|
+
OAID_MD5 = "oaid_md5",
|
|
87
|
+
ADID = "adid",
|
|
88
|
+
ALTSTR_ADID = "altstr_adid",
|
|
89
|
+
FIREOS_ADID = "fireos_adid",
|
|
90
|
+
COLOROS_ADID = "coloros_adid",
|
|
91
|
+
MAC_SHA1 = "mac_sha1",
|
|
92
|
+
MAC_MD5 = "mac_md5",
|
|
93
|
+
CONNECTION_TYPE = "connection_type",
|
|
94
|
+
PROXY_IP_ADDRESS = "proxy_ip_address",
|
|
95
|
+
NETWORK_TYPE = "network_type",
|
|
96
|
+
ISP = "isp"
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=ProviderType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProviderType.d.ts","sourceRoot":"","sources":["../../../src/parameters/ProviderType.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACpB,aAAa,kBAAkB;IAC/B,mBAAmB,wBAAwB;IAC3C,sBAAsB,8BAA8B;IACpD,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,KAAK,UAAU;IACf,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,kBAAkB,uBAAuB;IACzC,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,sBAAsB,2BAA2B;IACjD,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;IACnC,mBAAmB,wBAAwB;IAC3C,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,wBAAwB,6BAA6B;IACrD,aAAa,kBAAkB;IAC/B,mBAAmB,wBAAwB;IAC3C,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,YAAY,iBAAiB;IAC7B,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,mBAAmB,wBAAwB;IAC3C,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IACrC,oBAAoB,yBAAyB;IAC7C,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,kBAAkB,uBAAuB;IACzC,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,4BAA4B,iCAAiC;IAC7D,gBAAgB,qBAAqB;IACrC,KAAK,UAAU;IACf,oBAAoB,yBAAyB;IAC7C,IAAI,SAAS;IACb,iBAAiB,sBAAsB;IACvC,SAAS,cAAc;IACvB,mBAAmB,wBAAwB;IAC3C,uBAAuB,4BAA4B;IACnD,2BAA2B,gCAAgC;IAC3D,4BAA4B,iCAAiC;IAC7D,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAG3B,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAG7B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IAGrC,YAAY,iBAAiB;IAC7B,GAAG,QAAQ;CACd"}
|
package/package.json
CHANGED
package/src/Export.ts
CHANGED
|
@@ -18,6 +18,8 @@ export * from './module/OnKeyValueCallback';
|
|
|
18
18
|
export * from './ad/AffiseAdRevenue';
|
|
19
19
|
export * from './ad/AffiseAdSource';
|
|
20
20
|
|
|
21
|
+
export * from './parameters/ProviderType';
|
|
22
|
+
|
|
21
23
|
export * from './events/parameters/PredefinedListObject';
|
|
22
24
|
export * from './events/parameters/PredefinedFloat';
|
|
23
25
|
export * from "./events/parameters/PredefinedListString";
|
|
@@ -29,6 +31,9 @@ export * from './events/parameters/PredefinedGroup';
|
|
|
29
31
|
export * from './events/base/AffiseEvent';
|
|
30
32
|
export * from './events/subscription/BaseSubscriptionEvent';
|
|
31
33
|
|
|
34
|
+
export * from './events/custom/UserCustomEvent';
|
|
35
|
+
export * from './events/custom/UserCustomSubscriptionEvent';
|
|
36
|
+
|
|
32
37
|
export * from './events/predefined/ClickAdvEvent';
|
|
33
38
|
export * from './events/predefined/AchieveLevelEvent';
|
|
34
39
|
export * from './events/predefined/AddPaymentInfoEvent';
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId01
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId01Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId02
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId02Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId03
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId03Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId03
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId04Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId04
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId05Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId06
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId06Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId07
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId07Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId08
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId08Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId09
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId09Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -4,9 +4,8 @@ import {EventName} from "../EventName";
|
|
|
4
4
|
/**
|
|
5
5
|
* Event CustomId10
|
|
6
6
|
*
|
|
7
|
-
* @param custom the describing the meaning of the event.
|
|
8
|
-
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
7
|
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
10
9
|
*/
|
|
11
10
|
export class CustomId10Event extends NativeEvent {
|
|
12
11
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import {NativeEvent} from "../base/NativeEvent";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* UserCustomEvent
|
|
5
|
+
*
|
|
6
|
+
* @param eventName custom event name.
|
|
7
|
+
* @param userData any custom string data.
|
|
8
|
+
* @param timeStampMillis the timestamp event in milliseconds.
|
|
9
|
+
*/
|
|
10
|
+
export class UserCustomEvent extends NativeEvent {
|
|
11
|
+
|
|
12
|
+
constructor({eventName, userData, timeStampMillis}: { eventName: string, userData?: string, timeStampMillis?: number }) {
|
|
13
|
+
super(eventName, userData, timeStampMillis);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {BaseSubscriptionEvent} from "../subscription/BaseSubscriptionEvent";
|
|
2
|
+
|
|
3
|
+
export class UserCustomSubscriptionEvent extends BaseSubscriptionEvent {
|
|
4
|
+
constructor({type, subtype, data, userData}: { type: string, subtype: string, data: Record<string, unknown>, userData?: string }) {
|
|
5
|
+
super(
|
|
6
|
+
type,
|
|
7
|
+
subtype,
|
|
8
|
+
data,
|
|
9
|
+
userData,
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -151,6 +151,13 @@ export class Affise {
|
|
|
151
151
|
return this.native.getRandomDeviceId();
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
+
/**
|
|
155
|
+
* Get providers map
|
|
156
|
+
*/
|
|
157
|
+
static getProviders(): Promise<Record<string, any>> {
|
|
158
|
+
return this.native.getProviders();
|
|
159
|
+
}
|
|
160
|
+
|
|
154
161
|
/**
|
|
155
162
|
* Set [enabled] collect metrics
|
|
156
163
|
*
|
|
@@ -19,6 +19,7 @@ export enum AffiseApiMethod {
|
|
|
19
19
|
CRASH_APPLICATION = "crash_application",
|
|
20
20
|
GET_RANDOM_USER_ID = "get_random_user_id",
|
|
21
21
|
GET_RANDOM_DEVICE_ID = "get_random_device_id",
|
|
22
|
+
GET_PROVIDERS = "get_providers",
|
|
22
23
|
GET_REFERRER_CALLBACK = "get_referrer_callback",
|
|
23
24
|
GET_REFERRER_VALUE_CALLBACK = "get_referrer_value_callback",
|
|
24
25
|
GET_STATUS_CALLBACK = "get_status_callback",
|