InAppUpdateInfo class

Summary of the current update info returned by Play Core.

Constructors

InAppUpdateInfo({required InAppUpdateAvailability availability, required InAppInstallStatus installStatus, required int? clientVersionStalenessDays, required int updatePriority, required int availableVersionCode, required int bytesDownloaded, required int totalBytesToDownload, required String packageName, required bool isImmediateAllowed, required bool isFlexibleAllowed})

Properties

availability InAppUpdateAvailability
final
availableVersionCode int
final
bytesDownloaded int
final
clientVersionStalenessDays int?
final
hashCode int
The hash code for this object.
no setterinherited
installStatus InAppInstallStatus
final
isDownloaded bool
no setter
isFlexibleAllowed bool
final
isImmediateAllowed bool
final
isUpdateAvailable bool
no setter
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBytesToDownload 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.
inherited

Operators

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