AMRemoteSettings Reference

class AMRemoteSettings()

Manage AddonManager settings propagated over RemoteSettings synced data.

See AMRemoteSettings Overview.

Warning

Before landing any change to AMRemoteSettings or the format expected for the remotely controlled settings (on the service or Firefos side), please read the documentation page linked above and make sure to keep the JSON Schema described and controlled settings groups included in that documentation page in sync with the one actually set on the RemoteSettings service side.

AMRemoteSettings.RS_ENTRIES_MAP

RemoteSettings settings group map.

Note

Please keep in sync the “Controlled Settings Groups” documentation from AMRemoteSettings Overview in sync with the settings groups defined here.

static AMRemoteSettings.processEntries()

Process all the settings groups that are included in the collection entry with "id" set to "AddonManagerSettings" (if any).

Note

This method may need to be updated if the preference value type is not yet expected by this method (which means that it would be ignored until handled explicitly).