alerts.crashlytics.NewFatalIssuePayload interface
Stay organized with collections
Save and categorize content based on your preferences.
The internal payload object for a new fatal issue. Payload is wrapped inside a FirebaseAlertData
object.
Signature:
export interface NewFatalIssuePayload
Properties
Property |
Type |
Description |
"@type" |
"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsNewFatalIssuePayload" |
|
issue |
Issue |
Basic information of the Crashlytics issue |
alerts.crashlytics.NewFatalIssuePayload."@type"
Signature:
alerts.crashlytics.NewFatalIssuePayload.issue
Basic information of the Crashlytics issue
Signature:
issue: Issue;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-18 UTC.
[null,null,["Last updated 2023-04-18 UTC."],[],[],null,["The internal payload object for a new fatal issue. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface NewFatalIssuePayload \n\nProperties\n\nalerts.crashlytics.NewFatalIssuePayload.\"@type\"\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.NewFatalIssuePayload.issue\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;"]]