status property
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 requirements. * invalid: there is something wrong with the APK file of the app. * ready: the app has been signed and converted. * archived: the app is no longer available.
Implementation
@BuiltValueField(wireName: r'status')
AndroidAppStatusEnum get status;