Interfaces
UnhandledErrorEventData
Event data containing information about unhandled application errors.
Defined in: application/application-interfaces.ts
Event data containing information about unhandled application errors.
Extends
Properties
android?
optional android?: NativeScriptError;Defined in: application/application-interfaces.ts
Gets the native Android event arguments. Valid only when running on Android.
Overrides
error
error: NativeScriptError;Defined in: application/application-interfaces.ts
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
Inherited from
ApplicationEventData.eventName
ios?
optional ios?: NativeScriptError;Defined in: application/application-interfaces.ts
Gets the native iOS event arguments. Valid only when running on iOS.
Overrides
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
Inherited from
- Previous
- TraceWriter
- Next
- ViewEntry