GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
BaseOptions
Base
Options
abstract
class
BaseOptions
(
store
:
MutableMap
<
String
,
Any
?
>
=
mutableMapOf<String, Any?>().withDefault { null }
)
Inheritors
BindOptions
DevQRCodePageOption
DevShareOption
InitCommOptions
OpenPluginOption
PlaybackOption
Members
Constructors
Base
Options
Link copied to clipboard
constructor
(
store
:
MutableMap
<
String
,
Any
?
>
=
mutableMapOf<String, Any?>().withDefault { null }
)
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
Any
?
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
v
:
Any
?
)