alerts.appDistribution.AppDistributionEvent interface

התראות CloudEvent for Firebase מותאם אישית (עם מאפייני הרחבה מותאמים אישית).

חֲתִימָה:

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

מורחבת: CloudEvent < FirebaseAlertData <T>>

נכסים

תכונה סוּג תיאור
סוג התראה חוּט סוג ההתראות שהופעלו.
appId חוּט מזהה האפליקציה של Firebase המשויך להתראה.

alerts.appDistribution.AppDistributionEvent.alertType

סוג ההתראות שהופעלו.

חֲתִימָה:

alertType: string;

alerts.appDistribution.AppDistributionEvent.appId

מזהה האפליקציה של Firebase המשויך להתראה.

חֲתִימָה:

appId: string;