Settings Type
Describes the type of a Settings.
NOTE The companion object of the associated Settings is expected to extend SettingsType for the implementation of Settings.
Author
Richard Arriaga
Types
Functions
Link copied to clipboard
fun extractAndProcess(obj: JSONObject, then: (Type?, Throwable?) -> Unit)
Content copied to clipboard
Extract the Type from the provided JSONObject and pass it to the provided lambda.
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.