ApkInstallStatus enum

Inheritance
Available extensions

Values

success → const ApkInstallStatus
const ApkInstallStatus(0)
failure → const ApkInstallStatus
const ApkInstallStatus(1)
failureBlocked → const ApkInstallStatus
const ApkInstallStatus(2)
failureAborted → const ApkInstallStatus
const ApkInstallStatus(3)
failureInvalid → const ApkInstallStatus
const ApkInstallStatus(4)
failureConflict → const ApkInstallStatus
const ApkInstallStatus(5)
failureStorage → const ApkInstallStatus
const ApkInstallStatus(6)
failureIncompatible → const ApkInstallStatus
const ApkInstallStatus(7)
unknown → const ApkInstallStatus
const ApkInstallStatus(-2)

Properties

code int
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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 Methods

byCode(int? code) ApkInstallStatus
Get enum type by status code

Constants

values → const List<ApkInstallStatus>
A constant List of the values in this enum, in order of their declaration.