alerts.appDistribution.NewTesterDevicePayload interface
Stay organized with collections
Save and categorize content based on your preferences.
The internal payload object for adding a new tester device to app distribution. Payload is wrapped inside a FirebaseAlertData
object.
Signature:
export interface NewTesterDevicePayload
Properties
alerts.appDistribution.NewTesterDevicePayload."@type"
Signature:
alerts.appDistribution.NewTesterDevicePayload.testerDeviceIdentifier
The device ID
Signature:
testerDeviceIdentifier: string;
alerts.appDistribution.NewTesterDevicePayload.testerDeviceModelName
The device model name
Signature:
testerDeviceModelName: string;
alerts.appDistribution.NewTesterDevicePayload.testerEmail
Email of the tester
Signature:
testerEmail: string;
alerts.appDistribution.NewTesterDevicePayload.testerName
Name of the tester
Signature:
testerName: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[null,null,["Last updated 2023-03-21 UTC."],[],[],null,["# alerts.appDistribution.NewTesterDevicePayload interface\n\nThe internal payload object for adding a new tester device to app distribution. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface NewTesterDevicePayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|-----------------------|\n| [\"@type\"](./firebase-functions.alerts.appdistribution.newtesterdevicepayload.md#alertsappdistributionnewtesterdevicepayload%22@type%22) | \"type.googleapis.com/google.events.firebase.firebasealerts.v1.AppDistroNewTesterIosDevicePayload\" | |\n| [testerDeviceIdentifier](./firebase-functions.alerts.appdistribution.newtesterdevicepayload.md#alertsappdistributionnewtesterdevicepayloadtesterdeviceidentifier) | string | The device ID |\n| [testerDeviceModelName](./firebase-functions.alerts.appdistribution.newtesterdevicepayload.md#alertsappdistributionnewtesterdevicepayloadtesterdevicemodelname) | string | The device model name |\n| [testerEmail](./firebase-functions.alerts.appdistribution.newtesterdevicepayload.md#alertsappdistributionnewtesterdevicepayloadtesteremail) | string | Email of the tester |\n| [testerName](./firebase-functions.alerts.appdistribution.newtesterdevicepayload.md#alertsappdistributionnewtesterdevicepayloadtestername) | string | Name of the tester |\n\nalerts.appDistribution.NewTesterDevicePayload.\"@type\"\n-----------------------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.appDistribution.NewTesterDevicePayload.testerDeviceIdentifier\n--------------------------------------------------------------------\n\nThe device ID\n\n**Signature:** \n\n testerDeviceIdentifier: string;\n\nalerts.appDistribution.NewTesterDevicePayload.testerDeviceModelName\n-------------------------------------------------------------------\n\nThe device model name\n\n**Signature:** \n\n testerDeviceModelName: string;\n\nalerts.appDistribution.NewTesterDevicePayload.testerEmail\n---------------------------------------------------------\n\nEmail of the tester\n\n**Signature:** \n\n testerEmail: string;\n\nalerts.appDistribution.NewTesterDevicePayload.testerName\n--------------------------------------------------------\n\nName of the tester\n\n**Signature:** \n\n testerName: string;"]]