UNPKG

react-native-kochava-measurement

Version:

A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.

9 lines (8 loc) 470 B
export declare const getPackageName: () => string | null; export declare const getLanguage: () => string | null; export declare const getDeviceWidth: () => number | null; export declare const getDeviceHeight: () => number | null; export declare const getDeviceOrientation: () => string | null; export declare const getBaseDomain: () => string | null; export declare const getPageName: () => string; export declare const getUrlParameter: (name: string) => string | null;