PolyOs API
PolyOs API
/
com.poly.polyos.settings
/
Setting
/
KEY
KEY
open
class
KEY
Content copied to clipboard
Represent the key of this config
Constructors
Functions
Properties
Constructors
KEY
Link copied to clipboard
open
fun
KEY
(
key
:
String
)
Content copied to clipboard
Initialize with the key of type
SINGLE
KEY
Link copied to clipboard
open
fun
KEY
(
key
:
String
,
type
:
Setting.TYPE
)
Content copied to clipboard
Initialize with the key of type
SINGLE
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
key
Link copied to clipboard
open
val
key
:
String
Content copied to clipboard
Key of this setting.
type
Link copied to clipboard
open
val
type
:
Setting.TYPE
Content copied to clipboard
TYPE
of the setting.