UNPKG

@literal.ai/literator-react-native

Version:

In minutes, see all your screens automatically mapped into user flows and annotated with analytics events.

8 lines (6 loc) 278 B
type LiteratorType = any; type AnalyticsProperties = { [key: string]: LiteratorType }; export class Literator { static start(accessToken: String): Promise<boolean>; static sendAnalytics(eventName: String, properties: AnalyticsProperties, tag?: string): Promise<boolean>; }