alerts.crashlytics.VelocityAlertPayload interface

속도 경고에 대한 내부 페이로드 개체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다.

서명:

export interface VelocityAlertPayload 

속성

재산 유형 설명
"@유형" "type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload"
충돌횟수 숫자 신속 경고를 트리거하는 데 사용된 기간 동안 특정 앱 버전에서 특정 충돌 문제가 발생한 사용자 세션 수입니다.
충돌 백분율 숫자 신속 경고를 트리거하는 데 사용된 기간 동안 특정 앱 버전에서 특정 비정상 종료 문제가 발생한 사용자 세션의 비율입니다.
생성시간 Crashlytics 문제가 생성된 시간
첫 번째 버전 이 문제가 발생한 첫 번째 앱 버전이며 반드시 경고를 트리거한 버전일 필요는 없습니다.
문제 문제 Crashlytics 문제에 대한 기본 정보

Alerts.crashlytics.VelocityAlertPayload."@type"

서명:


Alerts.crashlytics.VelocityAlertPayload.crashCount

신속 경고를 트리거하는 데 사용된 기간 동안 특정 앱 버전에서 특정 충돌 문제가 발생한 사용자 세션 수입니다.

서명:

crashCount: number;

Alerts.crashlytics.VelocityAlertPayload.crashPercentage

신속 경고를 트리거하는 데 사용된 기간 동안 특정 앱 버전에서 특정 비정상 종료 문제가 발생한 사용자 세션의 비율입니다.

서명:

crashPercentage: number;

Alerts.crashlytics.VelocityAlertPayload.createTime

Crashlytics 문제가 생성된 시간

서명:

createTime: string;

Alerts.crashlytics.VelocityAlertPayload.firstVersion

이 문제가 발생한 첫 번째 앱 버전이며 반드시 경고를 트리거한 버전일 필요는 없습니다.

서명:

firstVersion: string;

Alerts.crashlytics.VelocityAlertPayload.issue

Crashlytics 문제에 대한 기본 정보

서명:

issue: Issue;