alerts.crashlytics.TrendingIssueDetails interface

Ogólny interfejs problemów zyskujących popularność w Crashlytics

Podpis:

export interface TrendingIssueDetails 

Właściwości

Właściwość Typ Opis
eventCount liczba Liczba awarii, które wystąpiły w związku z tym problemem
problem Problem Podstawowe informacje o problemie z Crashlytics
type ciąg znaków Rodzaj problemu z Crashlytics, np. new fatal, new niekrytyczny, ANR
userCount liczba liczbę unikalnych użytkowników, których dotyczy problem;

alert.crashlytics.TrendingIssueDetails.eventCount

Liczba awarii, które wystąpiły w związku z tym problemem

Podpis:

eventCount: number;

alert.crashlytics.TrendingIssueDetails.issue

Podstawowe informacje o problemie z Crashlytics

Podpis:

issue: Issue;

alert.crashlytics.TrendingIssueDetails.type

Rodzaj problemu z Crashlytics, np. new fatal, new niekrytyczny, ANR

Podpis:

type: string;

alert.crashlytics.TrendingIssueDetails.userCount

liczbę unikalnych użytkowników, których dotyczy problem;

Podpis:

userCount: number;