Interfaces
ApplicationEventData
interface ApplicationEventData { android: any; eventName: string; ios: any; object: Observable | ApplicationCommon; }
Event data containing information for the application events.
Summary
Properties
android
Gets the native Android event arguments. Valid only when running on Android.
eventName
The name of the event.
ios
Gets the native iOS event arguments. Valid only when running on iOS.
object
object: Observable | ApplicationCommon
The instance that has raised the event.
- Previous
- AnimationDefinition
- Next
- BackstackEntry