Settings Service
class SettingsService
Platform independent settings service. Settings service is a key/value storage (persistent or non persistent), that also allows to register observers to get notifications when values are updated.
Functions
Link copied to clipboard
@RestrictTo(value = Scope.LIBRARY_GROUP_PREFIX )
@MainThread
WARNING: This API is not intended for public usage.
Link copied to clipboard
@RestrictTo(value = Scope.LIBRARY_GROUP_PREFIX )
@MainThread
WARNING: This API is not intended for public usage.
Link copied to clipboard
Set multiple settings from a JSON file.
Link copied to clipboard
Link copied to clipboard
@RestrictTo(value = Scope.LIBRARY_GROUP_PREFIX )
@MainThread
WARNING: This API is not intended for public usage.