GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
PageLifecycleEvent
/
Destroyed
Destroyed
data
class
Destroyed
(
val
page
:
Page
)
:
PageLifecycleEvent
页面销毁事件 对应Android的onDestroy和iOS的deinit ⚠️iOS使用方法交货实现页面生命周期变化,deinit不太方便交换所以暂时没有实现deinit回调
Parameters
page
页面标识
Members
Constructors
Destroyed
Link copied to clipboard
constructor
(
page
:
Page
)
Properties
page
Link copied to clipboard
open
override
val
page
:
Page