alerts.crashlytics.VelocityAlertPayload interface

速度警報的內部負載對象。有效負載包裝在FirebaseAlertData物件內。

簽名:

export interface VelocityAlertPayload 

特性

財產類型描述
“@類型” “type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload”
崩潰次數數位在用於觸發速度警報的時間段內,給定應用程式版本出現此特定崩潰問題的使用者會話數。
崩潰百分比數位在用於觸發速度警報的時間段內,給定應用程式版本出現此特定崩潰問題的使用者會話百分比。
創建時間細繩Crashlytics 問題創建的時間
第一個版本細繩出現此問題的第一個應用程式版本,不一定是觸發警報的版本。
問題問題Crashlytics問題的基本訊息

alerts.crashlytics.VelocityAlertPayload."@type"

簽名:


警報.crashlytics.VelocityAlertPayload.crashCount

在用於觸發速度警報的時間段內,給定應用程式版本出現此特定崩潰問題的使用者會話數。

簽名:

crashCount: number;

警報.crashlytics.VelocityAlertPayload.crashPercentage

在用於觸發速度警報的時間段內,給定應用程式版本出現此特定崩潰問題的使用者會話百分比。

簽名:

crashPercentage: number;

alerts.crashlytics.VelocityAlertPayload.createTime

Crashlytics 問題創建的時間

簽名:

createTime: string;

alerts.crashlytics.VelocityAlertPayload.firstVersion

出現此問題的第一個應用程式版本,不一定是觸發警報的版本。

簽名:

firstVersion: string;

警報.crashlytics.VelocityAlertPayload.issue

Crashlytics問題的基本訊息

簽名:

issue: Issue;