GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
Page
Page
sealed
class
Page
页面定义类,用于标识应用中的不同页面 支持预定义页面类型和自定义页面
Inheritors
DeviceHome
DeviceSettings
Custom
Members
Types
Custom
Link copied to clipboard
data
class
Custom
(
val
pageId
:
String
,
val
deviceId
:
String
?
=
null
)
:
Page
自定义页面,使用字符串标识
Device
Home
Link copied to clipboard
data
class
DeviceHome
(
val
deviceId
:
String
)
:
Page
设备插件主页面
Device
Settings
Link copied to clipboard
data
class
DeviceSettings
(
val
deviceId
:
String
)
:
Page
设备设置页面
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String