Interface: IAppEventData¶
Provides event data for app lifecycle events, including: OnLaunch, OnResume, OnSuspend, OnExit, and OnUnCaughtError.
Hierarchy¶
-
IAppEventData
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
Readonly data¶
• data: any
The raw NativeScript ApplicationEventData object.