AppUpdateInfo class

Constructors

AppUpdateInfo(int updateAvailability, bool immediateUpdateAllowed, bool flexibleUpdateAllowed, int? availableVersionCode, int installStatus, String packageName, int? clientVersionStalenessDays, int updatePriority)

Properties

availableVersionCode int?
final
clientVersionStalenessDays int?
final
flexibleUpdateAllowed bool
final
hashCode int
The hash code for this object.
no setteroverride
immediateUpdateAllowed bool
final
installStatus int
final
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAvailability int
final
updatePriority int
final

Methods

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

Operators

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