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;