Interfaces
SceneEventData
iOS Event data containing information for scene lifecycle events (iOS 13+).
Defined in: application/application-interfaces.ts
iOS Event data containing information for scene lifecycle events (iOS 13+).
Extends
Properties
android?
optional android?: any;Defined in: application/application-interfaces.ts
Gets the native Android event arguments. Valid only when running on Android.
Inherited from
connectionOptions?
optional connectionOptions?: UISceneConnectionOptions;Defined in: application/application-interfaces.ts
Scene connection options (for sceneWillConnect event).
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
Inherited from
ApplicationEventData.eventName
ios?
optional ios?: any;Defined in: application/application-interfaces.ts
Gets the native iOS event arguments. Valid only when running on iOS.
Inherited from
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
Inherited from
scene?
optional scene?: UIWindowScene;Defined in: application/application-interfaces.ts
The UIWindowScene instance associated with this event.
userInfo?
optional userInfo?: NSDictionary<any, any>;Defined in: application/application-interfaces.ts
Additional user info from the notification.
window?
optional window?: UIWindow;Defined in: application/application-interfaces.ts
The UIWindow associated with this scene (if applicable).
- Previous
- RotationGestureEventData
- Next
- ScrollEventData