PolyOs API
PolyOs API
/
com.poly.polyos.settings
/
Setting
Setting
open
class
Setting
Content copied to clipboard
Represent a configuration setting.
Types
Properties
See also
See also
com.
poly.
polyos.
settings.
IPoly
Settings
Service
Types
Access
Level
Link copied to clipboard
open
class
AccessLevel
Content copied to clipboard
Represents how the setting can be accessed.
KEY
Link copied to clipboard
open
class
KEY
Content copied to clipboard
Represent the key of this config
TYPE
Link copied to clipboard
enum
TYPE
Content copied to clipboard
The type of the setting
Properties
accessLevel
Link copied to clipboard
open
val
accessLevel
:
Setting.AccessLevel
Content copied to clipboard
AccessLevel
of the setting.
key
Link copied to clipboard
open
val
key
:
Setting.KEY
Content copied to clipboard
KEY
of this setting
value
Link copied to clipboard
open
val
value
:
String
Content copied to clipboard
Value of this setting, if
key
is of type
SINGLE
values
Link copied to clipboard
open
val
values
:
List
<
String
>
Content copied to clipboard
Value of this setting, if
key
is of type
MULTIPLE
or
OPTION