registerUserSettingsProvider MethodStatic

Registers class that will be informed when the UserSettingsStorage location has been set or changed. This allows classes to load any previously saved settings from the new storage location. Common storage locations are the browser's local storage, or the iTwin Product Settings cloud storage available via the SettingsAdmin see IModelApp.settingsAdmin.

registerUserSettingsProvider(entry: UserSettingsProvider): boolean

Parameter Type Description
entry UserSettingsProvider  

Returns - boolean

Defined in

Last Updated: 05 April, 2024