@arkadiuminc/sdk 2.30.0 → 2.30.2
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.
|
@@ -221,7 +221,6 @@ export declare class AnalyticsApiProxy implements AnalyticsApiContract {
|
|
|
221
221
|
* When player manually quits the game
|
|
222
222
|
*/
|
|
223
223
|
sendQuitConfirmedPageView(dimensions?: DimensionsObject): void;
|
|
224
|
-
sendGameSDKInitEvent(): void;
|
|
225
224
|
clearProviders(): void;
|
|
226
225
|
}
|
|
227
226
|
export {};
|
|
@@ -9,7 +9,9 @@ export declare enum LifecycleEvent {
|
|
|
9
9
|
PAUSE_READY = 6,
|
|
10
10
|
GAME_PAUSE = 7,
|
|
11
11
|
GAME_RESUME = 8,
|
|
12
|
-
GEMS_UPDATE = 9
|
|
12
|
+
GEMS_UPDATE = 9,
|
|
13
|
+
AD_INTERSTITIAL_SHOWN = 10,
|
|
14
|
+
AD_REWARDED_SHOWN = 11
|
|
13
15
|
}
|
|
14
16
|
declare type LifecycleFn = (event: LifecycleEvent, payload?: any) => void;
|
|
15
17
|
/** @hidden */
|