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