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;