Remote Settings Context
The RemoteSettingsContext
object represents the parameters and characteristics of the consuming application. For remote-settings
, it is used to filter locally stored records
.
We always fetch all records
from the remote-settings storage. Some records could have a filter_expression
attached to them, which will be matched against the RemoteSettingsContext
.
When set, only records where the expression is true will be returned.
Constructors
Properties
Android specific for targeting specific sdk versions
User visible version string (e.g. "1.0.3")
The architecture of the device, (e.g. "arm", "x86")
Contains attributes specific to the application, derived by the application
The manufacturer of the device the application is running on
The model of the device the application is running on
The application's home directory
The date the application installed the app