alerts.crashlytics.TrendingIssueDetails interface

Ogólny interfejs trendów Crashlytics

Podpis:

export interface TrendingIssueDetails 

Nieruchomości

Nieruchomość Typ Opis
liczba zdarzeń numer Liczba awarii, które wystąpiły w związku z problemem
wydanie Wydanie Podstawowe informacje o problemie Crashlytics
typ strunowy Rodzaj problemu z Crashlytics, np. nowy krytyczny, nowy niekrytyczny, ANR
liczba użytkowników numer Liczba różnych użytkowników, których dotyczy problem

alerts.crashlytics.TrendingIssueDetails.eventCount

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

Podpis:

eventCount: number;

alerts.crashlytics.TrendingIssueDetails.issue

Podstawowe informacje o problemie Crashlytics

Podpis:

issue: Issue;

alerts.crashlytics.TrendingIssueDetails.type

Rodzaj problemu z Crashlytics, np. nowy krytyczny, nowy niekrytyczny, ANR

Podpis:

type: string;

alerts.crashlytics.TrendingIssueDetails.userCount

Liczba różnych użytkowników, których dotyczy problem

Podpis:

userCount: number;