Documentation
    Preparing search index...
    type MobileConfig = {
        allowOfflineMode?: boolean;
        allowShareTo?: boolean;
        autoPublicLogin: boolean;
        encodedSiteLogo?: string;
        entry_point: string;
        entryPointType: "view" | "page" | "byrole";
        inErrorState?: boolean;
        inLoadState?: boolean;
        isOfflineMode?: boolean;
        isPublicUser?: boolean;
        jwt?: string;
        networkState?:
            | "cellular"
            | "2g"
            | "3g"
            | "4g"
            | "ethernet"
            | "none"
            | "unknown"
            | "wifi";
        pluginHeaders?: string[];
        pushConfiguration?: { devideId: string; token: string };
        pushSync?: boolean;
        showContinueAsPublicUser?: boolean;
        synchedTables: string[];
        syncInterval?: number;
        syncOnAppResume?: boolean;
        syncOnReconnect?: boolean;
        user?: any;
        version_tag: string;
    }
    Index

    Properties

    allowOfflineMode?: boolean
    allowShareTo?: boolean
    autoPublicLogin: boolean
    encodedSiteLogo?: string

    entry_point

    entry_point: string
    entryPointType: "view" | "page" | "byrole"
    inErrorState?: boolean
    inLoadState?: boolean
    isOfflineMode?: boolean
    isPublicUser?: boolean
    jwt?: string
    networkState?:
        | "cellular"
        | "2g"
        | "3g"
        | "4g"
        | "ethernet"
        | "none"
        | "unknown"
        | "wifi"
    pluginHeaders?: string[]
    pushConfiguration?: { devideId: string; token: string }
    pushSync?: boolean
    showContinueAsPublicUser?: boolean
    synchedTables: string[]
    syncInterval?: number
    syncOnAppResume?: boolean
    syncOnReconnect?: boolean
    user?: any
    version_tag: string