Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 809 Bytes

File metadata and controls

5 lines (3 loc) · 809 Bytes

Settings - Event Interfaces

The table below contains the settings-related events, as well as the purpose of each event. If you want to execute actions based on settings events, you can use any of the events mentioned below as an event interface.

InterfaceDescription
ISettingInterface that represents a setting and fetches details of the setting such as ID, type, value, and so on.
ISettingUpdateContextThe context of execution for the event - ISettingUpdate.
SettingTypeInterface that represents the setting type and fetches details of the type of setting configured for the app.