| description |
string |
The description that was provided when uploading the app. The description is not shown on the terminal. |
| errorCode |
string |
The error code of the app. It exists if the status is error or invalid. |
| id |
string |
The unique identifier of the app. |
| label |
string |
The app name that is shown on the terminal. |
| packageName |
string |
The package name that uniquely identifies the Android app. |
| status |
string |
The status of the app. Possible values: * `processing`: the app is being signed and converted to a format that the terminal can handle. * `error`: something went wrong. Check that the app matches the |
| versionCode |
integer |
The version number of the app. |
| versionName |
string |
The app version number that is shown on the terminal. |