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;