alerts.appDistribution.InAppFeedbackPayload interface

테스터로부터 인앱 피드백을 수신하기 위한 내부 페이로드 개체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다.

서명:

export interface InAppFeedbackPayload 

속성

재산 유형 설명
"@유형" "type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroInAppFeedbackPayload"
앱 버전 Android용 versionNameversionCode 와 iOS용 CFBundleShortVersionStringCFBundleVersion 으로 구성된 버전입니다.
피드백콘솔Uri Firebase 콘솔로 돌아가는 딥 링크입니다.
피드백보고서 리소스 이름. 형식: projects/{project_number}/apps/{app_id}/releases/{release_id}/feedbackReports/{feedback_id}
스크린샷Uri 스크린샷을 다운로드하기 위한 URI입니다. 이 URI는 빠르게 만료됩니다.
테스터이메일 테스터의 이메일
테스터 이름 테스터의 이름
텍스트 테스터가 입력한 텍스트

Alerts.appDistribution.InAppFeedbackPayload."@type"

서명:


Alerts.appDistribution.InAppFeedbackPayload.appVersion

Android용 versionNameversionCode 와 iOS용 CFBundleShortVersionStringCFBundleVersion 으로 구성된 버전입니다.

서명:

appVersion: string;

Alerts.appDistribution.InAppFeedbackPayload.feedbackConsoleUri

Firebase 콘솔로 돌아가는 딥 링크입니다.

서명:

feedbackConsoleUri: string;

Alerts.appDistribution.InAppFeedbackPayload.feedbackReport

리소스 이름. 형식: projects/{project_number}/apps/{app_id}/releases/{release_id}/feedbackReports/{feedback_id}

서명:

feedbackReport: string;

Alerts.appDistribution.InAppFeedbackPayload.screenshotUri

스크린샷을 다운로드하기 위한 URI입니다. 이 URI는 빠르게 만료됩니다.

서명:

screenshotUri?: string;

Alerts.appDistribution.InAppFeedbackPayload.testerEmail

테스터의 이메일

서명:

testerEmail: string;

Alerts.appDistribution.InAppFeedbackPayload.testerName

테스터의 이름

서명:

testerName?: string;

Alerts.appDistribution.InAppFeedbackPayload.text

테스터가 입력한 텍스트

서명:

text: string;