alerts.appDistribution.AppDistributionEvent interface

CloudEvent แบบกำหนดเองสำหรับการแจ้งเตือน Firebase (พร้อมแอตทริบิวต์ส่วนขยายที่กำหนดเอง)

ลายเซ็น:

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

ขยาย: CloudEvent < FirebaseAlertData <ท>>

คุณสมบัติ

คุณสมบัติ พิมพ์ คำอธิบาย
ประเภทการแจ้งเตือน เชือก ประเภทของการแจ้งเตือนที่ถูกทริกเกอร์
รหัสแอป เชือก รหัสแอป Firebase ที่เชื่อมโยงกับการแจ้งเตือน

alerts.appDistribution.AppDistributionEvent.alertType

ประเภทของการแจ้งเตือนที่ถูกทริกเกอร์

ลายเซ็น:

alertType: string;

alerts.appDistribution.AppDistributionEvent.appId

รหัสแอป Firebase ที่เชื่อมโยงกับการแจ้งเตือน

ลายเซ็น:

appId: string;