A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.nativescript.org/api/interface/LaunchEventData below:

LaunchEventData | API - NativeScript

  1. Home
  2. API Index
  3. Interfaces
  4. LaunchEventData

Interfaces

LaunchEventData EventData

LaunchEventData

interface LaunchEventData extends EventData {
  android: Intent;
  ios: any;
  root: View;
  savedInstanceState: any;
}

Event data containing information for launch event.

Summary Properties
android
ios
root
savedInstanceState
2 properties inherited from EventData

Click to expand

eventName
object
Properties android
android?: Intent

defined in

@nativescript/core/application/application-interfaces.d.ts:53:4 ios
ios?: any

defined in

@nativescript/core/application/application-interfaces.d.ts:54:4 root
root?: View

defined in

@nativescript/core/application/application-interfaces.d.ts:51:4

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.

savedInstanceState
savedInstanceState?: any

defined in

@nativescript/core/application/application-interfaces.d.ts:52:4
Previous
KeyframeInfo
Next
LoadAppCSSEventData

On this page

  1. Summary
    1. Properties
      1. android
      2. ios
      3. root
      4. savedInstanceState

    RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4