GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.components.sub
/
IInitializeComponent
IInitialize
Component
interface
IInitializeComponent
:
IComponent
可初始化的组件
Members
Functions
initialize
Link copied to clipboard
abstract
fun
initialize
(
opts
:
InitOptions
)
:
GWResult
<
Unit
>
同步初始化
initialize
Async
Link copied to clipboard
abstract
suspend
fun
initializeAsync
(
opts
:
InitOptions
)
:
GWResult
<
Unit
>
异步初始化
on
Change
Platform
Config
Link copied to clipboard
abstract
fun
onChangePlatformConfig
(
cfg
:
PlatformConfig
)
:
GWResult
<
Unit
>
平台配置变更
user
Login
Link copied to clipboard
abstract
suspend
fun
userLogin
(
user
:
User
?
)
:
GWResult
<
Unit
>
用户登录/登出