@rudderstack/rudder-sdk-react-native
Version:
Rudder React Native SDK
3 lines (2 loc) • 446 B
TypeScript
import { Configuration } from './NativeRudderBridge';
export declare const configure: (writeKey: string, { dataPlaneUrl, controlPlaneUrl, flushQueueSize, dbCountThreshold, sleepTimeOut, logLevel, autoSessionTracking, sessionTimeout, enableBackgroundMode, configRefreshInterval, autoCollectAdvertId, trackAppLifecycleEvents, recordScreenViews, collectDeviceId, enableGzip, dbEncryption, withFactories, }: Configuration) => Promise<Configuration>;