alerts.appDistribution.AppDistributionEvent interface

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

Podpis:

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

Rozszerza: CloudEvent<FirebaseAlertData<T>>

Właściwości

Właściwość Typ Opis
typ alertu ciąg znaków Typ wywołanych alertów.
appId ciąg znaków Identyfikator aplikacji Firebase powiązany z alertem.

alert.appdistributionion.App DistributionionEvent.alertType.

Typ wywołanych alertów.

Podpis:

alertType: string;

alert.appdistributionion.AppdistributionionEvent.appId,

Identyfikator aplikacji Firebase powiązany z alertem.

Podpis:

appId: string;