AndroidAppStatusEnum class

Inheritance
  • Object
  • EnumClass
  • AndroidAppStatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AndroidAppStatusEnum>
no setter
values → BuiltSet<AndroidAppStatusEnum>
no setter

Static Methods

valueOf(String name) AndroidAppStatusEnum

Constants

archived → const AndroidAppStatusEnum
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.
error → const AndroidAppStatusEnum
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.
invalid → const AndroidAppStatusEnum
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.
processing → const AndroidAppStatusEnum
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.
ready → const AndroidAppStatusEnum
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.
unknownDefaultOpenApi → const AndroidAppStatusEnum
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.