alerts.crashlytics.NewNonfatalIssuePayload interface
Stay organized with collections
Save and categorize content based on your preferences.
The internal payload object for a new non-fatal issue. Payload is wrapped inside a FirebaseAlertData
object.
Signature:
export interface NewNonfatalIssuePayload
Properties
Property |
Type |
Description |
"@type" |
"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsNewNonfatalIssuePayload" |
|
issue |
Issue |
Basic information of the Crashlytics issue |
alerts.crashlytics.NewNonfatalIssuePayload."@type"
Signature:
alerts.crashlytics.NewNonfatalIssuePayload.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 non-fatal issue. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface NewNonfatalIssuePayload \n\nProperties\n\nalerts.crashlytics.NewNonfatalIssuePayload.\"@type\"\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.NewNonfatalIssuePayload.issue\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;"]]