當機風險驟升快訊的內部酬載物件。酬載會包裝在 FirebaseAlertData
物件中。
簽名:
export interface VelocityAlertPayload
屬性
屬性 | 類型 | 說明 |
---|---|---|
"@type" | 「type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload」 | |
crashCount | 數字 | 觸發當機風險驟升快訊的時間範圍內,在特定應用程式版本中,發生此特定當機問題的使用者工作階段數量。 |
當機百分比 | 數字 | 觸發當機風險驟升快訊的時間範圍內,在特定應用程式版本中,發生此特定當機問題的使用者工作階段百分比。 |
createTime | 字串 | 產生 Crashlytics 問題的時間 |
firstVersion | 字串 | 出現此問題的第一個應用程式版本,不一定是觸發快訊的版本。 |
問題 | 問題 | Crashlytics 問題的基本資訊 |
alert.crashlytics.VelocityAlertPayload."@type"
簽名:
alert.crashlytics.VelocityAlertPayload.crashCount
觸發當機風險驟升快訊的時間範圍內,在特定應用程式版本中,發生此特定當機問題的使用者工作階段數量。
簽名:
crashCount: number;
alert.crashlytics.VelocityAlertPayload.crashPercentage
觸發當機風險驟升快訊的時間範圍內,在特定應用程式版本中,發生此特定當機問題的使用者工作階段百分比。
簽名:
crashPercentage: number;
alert.crashlytics.VelocityAlertPayload.createTime
產生 Crashlytics 問題的時間
簽名:
createTime: string;
alert.crashlytics.VelocityAlertPayload.firstVersion
出現此問題的第一個應用程式版本,不一定是觸發快訊的版本。
簽名:
firstVersion: string;
alert.crashlytics.VelocityAlertPayload.issue
Crashlytics 問題的基本資訊
簽名:
issue: Issue;