Custom

data class Custom(val pageId: String, val deviceId: String? = null) : Page

自定义页面,使用字符串标识

Parameters

pageId

自定义页面标识符

deviceId

设备ID,用于标识页面关联的设备

Constructors

Link copied to clipboard
constructor(pageId: String, deviceId: String? = null)

Properties

Link copied to clipboard
val deviceId: String? = null
Link copied to clipboard