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