alerts.appDistribution.NewTesterDevicePayload interface

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

서명:

export interface NewTesterDevicePayload 

속성

속성 유형 설명
'@type' 'type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload'
testerDeviceIdentifier 문자열 기기 ID
testerDeviceModelName 문자열 기기 모델 이름
testerEmail 문자열 테스터 이메일
testerName 문자열 테스터 이름

alert.app Distributionion.NewTesterDevicePayload."@type"

서명:


alert.app Distributionion.NewTesterDevicePayload.testerDeviceIdentifier

기기 ID

서명:

testerDeviceIdentifier: string;

alert.appDeployion.NewTesterDevicePayload.testerDeviceModelName

기기 모델 이름

서명:

testerDeviceModelName: string;

alert.app Distributionion.NewTesterDevicePayload.testerEmail

테스터 이메일

서명:

testerEmail: string;

alert.app Distributionion.NewTesterDevicePayload.testerName

테스터 이름

서명:

testerName: string;