Solution

设备方案类型枚举,用于区分不同的设备实现方案,包括FW、App、Cloud功能以及UI等一整套实现方案 REOQOO: 品牌线产品方案 YOOSEE: 方案线V平台设备方案

Entries

Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val raw: String

Functions

Link copied to clipboard
fun valueOf(value: String): Solution

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.