GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
Theme
/
Icons
Icons
data
class
Icons
(
val
app
:
Icon
?
=
null
,
val
accountSharedIcon
:
Icon
?
=
null
)
图标配置 部分插件按需使用
Parameters
app
APP图标
account
Shared
Icon
设备分享页,账号分享上的Icon
Members
Constructors
Icons
Link copied to clipboard
constructor
(
app
:
Icon
?
=
null
,
accountSharedIcon
:
Icon
?
=
null
)
Properties
account
Shared
Icon
Link copied to clipboard
val
accountSharedIcon
:
Icon
?
=
null
app
Link copied to clipboard
val
app
:
Icon
?
=
null