GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
PageLifecycleEvent
/
Stopped
Stopped
data
class
Stopped
(
val
page
:
Page
)
:
PageLifecycleEvent
页面停止事件 对应Android的onStop和iOS的viewDidDisappear
Parameters
page
页面标识
Members
Constructors
Stopped
Link copied to clipboard
constructor
(
page
:
Page
)
Properties
page
Link copied to clipboard
open
override
val
page
:
Page