UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

9 lines (8 loc) 222 B
export interface IPageVisit { readonly referrer?: string; readonly browser?: string; readonly location?: string; readonly pageName: string; readonly userId?: string; readonly campaignId?: string; }