processing constant

  1. @BuiltValueEnumConst.new(wireName: r'processing')
AndroidAppStatusEnum const processing

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

@BuiltValueEnumConst(wireName: r'processing')
static const AndroidAppStatusEnum processing = _$androidAppStatusEnum_processing;