starti.app 2.0.73 → 2.0.76
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.
|
@@ -204,6 +204,15 @@ export declare class App extends EventTargetWithType<{
|
|
|
204
204
|
* ```
|
|
205
205
|
*/
|
|
206
206
|
requestReview: () => Promise<void>;
|
|
207
|
+
/**
|
|
208
|
+
* Prompt the user to allow app tracking.
|
|
209
|
+
*
|
|
210
|
+
* @example
|
|
211
|
+
* ```typescript
|
|
212
|
+
* await startiapp.App.requestAppTracking();
|
|
213
|
+
* ```
|
|
214
|
+
*/
|
|
215
|
+
requestAppTracking: () => Promise<void>;
|
|
207
216
|
private onStartiappReady;
|
|
208
217
|
private handleNavigatingPageEvent;
|
|
209
218
|
private handleAppInForegroundEvent;
|
package/dist/integrations.d.ts
CHANGED
package/package.json
CHANGED