UpdateUtils: {
    PER_INSTALLATION_PREFS: any;
    PER_INSTALLATION_PREFS_SUPPORTED: any;
    PER_INSTALLATION_PREF_TYPE_ASCII_STRING: any;
    PER_INSTALLATION_PREF_TYPE_BOOL: any;
    PER_INSTALLATION_PREF_TYPE_INT: any;
    _configFilePath: any;
    _locale: any;
    get UpdateChannel(): any;
    get configFilePath(): any;
    appUpdateAutoSettingIsLocked(): any;
    appUpdateSettingIsLocked(prefName: any): any;
    formatUpdateURL(url: any): any;
    getAppUpdateAutoEnabled(): any;
    getConfigFilePath(): any;
    getLocale(): any;
    getUpdateChannel(aIncludePartners: any): any;
    initPerInstallPrefs(): any;
    readUpdateConfigSetting(prefName: any): any;
    setAppUpdateAutoEnabled(enabledValue: any): any;
    writeUpdateConfigSetting(prefName: any, value: any, options: any): any;
}

Type declaration

  • PER_INSTALLATION_PREFS: any
  • PER_INSTALLATION_PREFS_SUPPORTED: any
  • PER_INSTALLATION_PREF_TYPE_ASCII_STRING: any
  • PER_INSTALLATION_PREF_TYPE_BOOL: any
  • PER_INSTALLATION_PREF_TYPE_INT: any
  • _configFilePath: any
  • _locale: any
  • get UpdateChannel(): any
  • get configFilePath(): any
  • appUpdateAutoSettingIsLocked:function
    • Returns any

  • appUpdateSettingIsLocked:function
    • Parameters

      • prefName: any

      Returns any

  • formatUpdateURL:function
    • Parameters

      • url: any

      Returns any

  • getAppUpdateAutoEnabled:function
    • Returns any

  • getConfigFilePath:function
    • Returns any

  • getLocale:function
    • Returns any

  • getUpdateChannel:function
    • Parameters

      • aIncludePartners: any

      Returns any

  • initPerInstallPrefs:function
    • Returns any

  • readUpdateConfigSetting:function
    • Parameters

      • prefName: any

      Returns any

  • setAppUpdateAutoEnabled:function
    • Parameters

      • enabledValue: any

      Returns any

  • writeUpdateConfigSetting:function
    • Parameters

      • prefName: any
      • value: any
      • options: any

      Returns any

Generated using TypeDoc