vwo-insights-react-native-sdk
Version:
VWO Insights helps you analyze user behavior in your application based on interactions such as application launch, taps, scrolls, and flings. By attributing these actions to critical business events like purchases and sign-ups (which are considered conver
15 lines • 928 B
TypeScript
export declare function addSessionRefreshListener(callback: any): import("react-native").EmitterSubscription;
export declare function removeSessionRefreshListener(): void;
export declare function config(accountID: String, AppID: String, userID: String): any;
export declare function startRecording(): any;
export declare function stopRecording(): any;
export declare function setScreenName(state: any): void;
export declare function setScreenViewed(screenName: any): void;
export declare function customAttribute(data: any): void;
export declare function customEvent(eventName: String, data: any): any;
export declare function customVariable(data: any): any;
export declare function getSessionURL(source: string): Promise<string>;
export declare function enableVWOIntegrations(callback: any): any;
export declare function pauseRecording(): any;
export declare function resumeRecording(): any;
//# sourceMappingURL=index.d.ts.map