GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
UIConfiguration
UIConfiguration
data
class
UIConfiguration
(
val
theme
:
Theme
?
,
val
texts
:
AppTexts
?
)
UI配置
Parameters
theme
主题配置
texts
文案配置
Members
Constructors
UIConfiguration
Link copied to clipboard
constructor
(
theme
:
Theme
?
,
texts
:
AppTexts
?
)
Properties
texts
Link copied to clipboard
val
texts
:
AppTexts
?
文案配置
theme
Link copied to clipboard
val
theme
:
Theme
?
主题配置