8.7 released—WinterCG Compliance Part 1
Learn more
UnhandledErrorEventData
interface UnhandledErrorEventData extends ApplicationEventData {
  android: NativeScriptError;
  error: NativeScriptError;
  ios: NativeScriptError;
}
Event data containing information about unhandled application errors.

Summary

Properties

android
error
ios
2 properties inherited from ApplicationEventData
Click to expand

Properties

android

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

ios

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