Settings Service
SettingsService object.
Functions
Start a group with the specified name.
Get bool value for specified setting key. If the setting doesn't exist, returns defaultValue.
Get double value for specified setting key. If the setting doesn't exist, returns defaultValue.
Get int value for specified setting key. If the setting doesn't exist, returns defaultValue.
Get double value for specified setting key. If the setting doesn't exist, returns defaultValue.
Get String value for specified setting key. If the setting doesn't exist, returns defaultValue.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Set the value of specified setting key to the given bool value. If the key already exists, the previous value is overwritten.
Set the value of specified setting key to the given double value. If the key already exists, the previous value is overwritten.
Set the value of specified setting key to the given int value. If the key already exists, the previous value is overwritten.
Set the value of specified setting key to the given double value. If the key already exists, the previous value is overwritten.
Set the value of specified setting key to the given String value. If the key already exists, the previous value is overwritten.