SettingsServiceStorageType

Enum that contains possible storage types that can be used for settings service.

Entries

Link copied to clipboard

Persistent storage type means that all the settings key/value pairs, that are set during application lifetime, will be available also after application gets terminated on the next run. On mobile platforms since we are using system APIs all the settings will be also migrated to other user's device with the same application install.

Link copied to clipboard

Non persistent storage type means that all the settings will be only available during application lifetime and will be destroyed on application exit.

Functions

Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.