Generic Crashlytics issue interface
Signature:
export interface Issue
Properties
| Property | Type | Description |
|---|---|---|
| appVersion | string | The application version of the Crashlytics issue |
| id | string | The ID of the Crashlytics issue |
| subtitle | string | The subtitle of the Crashlytics issue |
| title | string | The 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;