Added in API level 9
Settings
Stay organized with collections
Save and categorize content based on your preferences.
open class Settings
The Settings class regroups all preset reverb parameters. It is used in conjuntion with getProperties() and setProperties() methods to backup and restore all parameters in a single call.
Summary
Public constructors | |
---|---|
Settings() |
|
Settings class constructor from a key=value; pairs formatted string. |
Public constructors
Settings
Added in API level 9
Settings(settings: String!)
Settings class constructor from a key=value; pairs formatted string. The string is typically returned by Settings.toString() method.
Exceptions | |
---|---|
java.lang.IllegalArgumentException |
if the string is not correctly formatted. |
Public methods
toString
Added in API level 9
open fun toString(): String
Return | |
---|---|
String |
a string representation of the object. |