UNPKG

we-insights-react-native

Version:

[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien

15 lines 524 B
import type { Feedback, SDKConfig } from '../interfaces'; export declare const useInsights: () => { isLoading: boolean; error: string | null; sendFeedback: (feedback: Feedback) => Promise<{ success: boolean; message: string; }>; sendTrackingEvent: (event: string) => Promise<void>; sendTrackingEventOnNavigate: (options: { screenName: string; }) => Promise<void>; initializeSDK: (configuration: SDKConfig) => Promise<void>; }; //# sourceMappingURL=useInsights.d.ts.map