AndroidApp class abstract

AndroidApp

Properties:

  • description - The description that was provided when uploading the app. The description is not shown on the terminal.
  • errorCode - The error code of the Android app with the status of either error or invalid.
  • errors - The list of errors of the Android app.
  • id - The unique identifier of the app.
  • label - The app name that is shown on the terminal.
  • packageName - The package name that uniquely identifies the Android app.
  • status - 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.
  • versionCode - The version number of the app.
  • versionName - The app version number that is shown on the terminal.
Annotations
  • @BuiltValue.new()

Constructors

AndroidApp([void updates(AndroidAppBuilder b)])
factory

Properties

description String?
The description that was provided when uploading the app. The description is not shown on the terminal.
no setter
errorCode String?
The error code of the Android app with the status of either error or invalid.
no setter
errors → BuiltList<AndroidAppError>?
The list of errors of the Android app.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the app.
no setter
label String?
The app name that is shown on the terminal.
no setter
packageName String?
The package name that uniquely identifies the Android app.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status 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.
no setter
versionCode int?
The version number of the app.
no setter
versionName String?
The app version number that is shown on the terminal.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AndroidAppBuilder)) AndroidApp
Rebuilds the instance.
inherited
toBuilder() AndroidAppBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AndroidApp>
no setter