alerts.appDistribution.NewTesterDevicePayload interface

كائن الحمولة الداخلية لإضافة جهاز اختبار جديد لتوزيع التطبيق. يتم تغليف الحمولة داخل كائن FirebaseAlertData .

إمضاء:

export interface NewTesterDevicePayload 

ملكيات

ملكية يكتب وصف
"@يكتب" "type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload"
testerDeviceIdentifier خيط معرف الجهاز
testerDeviceModelName خيط اسم موديل الجهاز
البريد الإلكتروني خيط البريد الإلكتروني للمختبر
اسم الاختبار خيط اسم المختبر

تنبيهات.appDistribution.NewTesterDevicePayload."@type"

إمضاء:


تنبيهات.appDistribution.NewTesterDevicePayload.testerDeviceIdentifier

معرف الجهاز

إمضاء:

testerDeviceIdentifier: string;

تنبيهات.appDistribution.NewTesterDevicePayload.testerDeviceModelName

اسم موديل الجهاز

إمضاء:

testerDeviceModelName: string;

تنبيهات.appDistribution.NewTesterDevicePayload.testerEmail

البريد الإلكتروني للمختبر

إمضاء:

testerEmail: string;

تنبيهات.appDistribution.NewTesterDevicePayload.testerName

اسم المختبر

إمضاء:

testerName: string;