Companion
The ShortcutSettings.Companion is also a SettingsType parameterized on ShortcutSettings.
Functions
Link copied to clipboard
Extract the Type from the provided JSONObject.
Link copied to clipboard
fun extractAndProcess(obj: JSONObject, then: (ShortcutSettings?, Throwable?) -> Unit)
Content copied to clipboard
Extract the Type from the provided JSONObject and pass it to the provided lambda.
Link copied to clipboard
Link copied to clipboard
Extract the ShortcutSettings from the provided Settings.
Properties
Link copied to clipboard
true if this SettingsType allows multiple Settings of this type to be exported to the same settings file; false otherwise.