Added in API level 9
Deprecated in API level 35

Settings


open class Settings

The Settings class regroups all virtualizer 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: String!)

Settings class constructor from a key=value; pairs formatted string.

Public methods
open String

Properties
Short

Public constructors

Settings

Added in API level 9
Settings()

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

Deprecated: Deprecated in Java.

Return
String a string representation of the object.

Properties

strength

Added in API level 9
var strength: Short

Deprecated: Deprecated in Java.