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
- appUpdateAutoSettingIsLocked(): any
-
Returns any
-
appUpdateSettingIsLocked:function
- appUpdateSettingIsLocked(prefName: any): any
-
Returns any
-
formatUpdateURL:function
- formatUpdateURL(url: any): any
-
Returns any
-
getAppUpdateAutoEnabled:function
- getAppUpdateAutoEnabled(): any
-
Returns any
-
getConfigFilePath:function
- getConfigFilePath(): any
-
Returns any
-
getLocale:function
- getLocale(): any
-
Returns any
-
getUpdateChannel:function
- getUpdateChannel(aIncludePartners: any): any
-
Returns any
-
initPerInstallPrefs:function
- initPerInstallPrefs(): any
-
Returns any
-
readUpdateConfigSetting:function
- readUpdateConfigSetting(prefName: any): any
-
Returns any
-
setAppUpdateAutoEnabled:function
- setAppUpdateAutoEnabled(enabledValue: any): any
-
Returns any
-
writeUpdateConfigSetting:function
- writeUpdateConfigSetting(prefName: any, value: any, options: any): any
-
Parameters
-
prefName: any
-
value: any
-
options: any
Returns any