alerts.crashlytics.Issue interface

Generic Crashlytics issue interface

Signature:

exportinterfaceIssue

Properties

PropertyTypeDescription
appVersionstringThe application version of the Crashlytics issue
idstringThe ID of the Crashlytics issue
subtitlestringThe subtitle of the Crashlytics issue
titlestringThe title of the Crashlytics issue

alerts.crashlytics.Issue.appVersion

The application version of the Crashlytics issue

Signature:

appVersion:string;

alerts.crashlytics.Issue.id

The ID of the Crashlytics issue

Signature:

id:string;

alerts.crashlytics.Issue.subtitle

The subtitle of the Crashlytics issue

Signature:

subtitle:string;

alerts.crashlytics.Issue.title

The title of the Crashlytics issue

Signature:

title:string;