Rechat SDK
    Preparing search index...

    Interface ISdkSettings

    interface ISdkSettings {
        api_url?: string;
        offline_sync?:
            | false
            | {
                max_queue_size?: number;
                on_sync_complete?: () => void;
                storage?: OfflineSyncStorage;
            };
        sandbox?: boolean;
        tracker?: false
        | ILeadTrackerOptions;
    }
    Index

    Properties

    api_url?: string
    offline_sync?:
        | false
        | {
            max_queue_size?: number;
            on_sync_complete?: () => void;
            storage?: OfflineSyncStorage;
        }
    sandbox?: boolean
    tracker?: false | ILeadTrackerOptions