IGPAPI
    Preparing search index...

    Interface MobileApplicationState

    interface MobileApplicationState {
        APP_VERSION: string;
        APP_VERSION_CODE: string;
        BLOKS_VERSION_ID: string;
        BREADCRUMB_KEY: string;
        CAPABILITIES: string;
        FACEBOOK_ANALYTICS_APPLICATION_ID: string;
        SUPPORTED_CAPABILITIES: readonly SupportedCapability[];
    }
    Index

    Properties

    APP_VERSION: string
    APP_VERSION_CODE: string
    BLOKS_VERSION_ID: string
    BREADCRUMB_KEY: string
    CAPABILITIES: string
    FACEBOOK_ANALYTICS_APPLICATION_ID: string
    SUPPORTED_CAPABILITIES: readonly SupportedCapability[]