Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LaunchEventData

Event data containing information for launch event.

Hierarchy

Index

Properties

Optional android

android: any

Gets the native Android event arguments. Valid only when running on Android.

eventName

eventName: string

The name of the event.

Optional ios

ios: any

Gets the native iOS event arguments. Valid only when running on iOS.

object

object: any

The instance that has raised the event.

Optional root

root: View

The root view for this Window on iOS or Activity for Android. If not set a new Frame will be created as a root view in order to maintain backwards compatibility. If explicitly set to null, there will be no root view.

Optional savedInstanceState

savedInstanceState: any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method