alerts.appDistribution.NewTesterDevicePayload interface

앱 배포에 새 테스터 장치를 추가하기 위한 내부 페이로드 개체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다.

서명:

export interface NewTesterDevicePayload 

속성

재산 유형 설명
"@유형" "type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload"
테스터장치식별자 장치 ID
테스터장치모델이름 장치 모델 이름
테스터이메일 테스터의 이메일
테스터 이름 테스터의 이름

Alerts.appDistribution.NewTesterDevicePayload."@type"

서명:


Alerts.appDistribution.NewTesterDevicePayload.testerDeviceIdentifier

장치 ID

서명:

testerDeviceIdentifier: string;

Alerts.appDistribution.NewTesterDevicePayload.testerDeviceModelName

장치 모델 이름

서명:

testerDeviceModelName: string;

Alerts.appDistribution.NewTesterDevicePayload.testerEmail

테스터의 이메일

서명:

testerEmail: string;

Alerts.appDistribution.NewTesterDevicePayload.testerName

테스터의 이름

서명:

testerName: string;