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