alerts.crashlytics.CrashlyticsEvent interface

Niestandardowe zdarzenie CloudEvent dla alertów Firebase (z niestandardowymi atrybutami rozszerzenia).

Podpis:

export interface CrashlyticsEvent<T> extends CloudEvent<FirebaseAlertData<T>> 

Rozszerza: CloudEvent < Dane alertu Firebase <T>>

Nieruchomości

Nieruchomość Typ Opis
typ alertu strunowy Typ alertów, które zostały wyzwolone.
identyfikator aplikacji strunowy Identyfikator aplikacji Firebase powiązany z alertem.

alerts.crashlytics.CrashlyticsEvent.alertType

Typ alertów, które zostały wyzwolone.

Podpis:

alertType: string;

alerts.crashlytics.CrashlyticsEvent.appId

Identyfikator aplikacji Firebase powiązany z alertem.

Podpis:

appId: string;