疾速崩溃提醒的内部载荷对象。载荷封装在 FirebaseAlertData
对象内。
签名:
export interface VelocityAlertPayload
属性
属性 | 类型 | 说明 |
---|---|---|
“@type” | “type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload” | |
crashCount | 数字 | 在触发疾速崩溃提醒的时间段内,给定应用版本存在此特定崩溃问题的用户会话数。 |
crashPercentage | 数字 | 在触发疾速崩溃提醒的时间段内,给定应用版本存在此特定崩溃问题的用户会话所占的百分比。 |
createTime | 字符串 | Crashlytics 问题的创建时间 |
firstVersion | 字符串 | 出现此问题的第一个应用版本,不一定是触发了提醒的版本。 |
问题 | 问题 | Crashlytics 问题的基本信息 |
alert.crashlytics.VelocityAlert 载荷。"@type"
签名:
alert.crashlytics.VelocityAlert 载荷.crashCount
在触发疾速崩溃提醒的时间段内,给定应用版本存在此特定崩溃问题的用户会话数。
签名:
crashCount: number;
alerts.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;