ApptimizeMetaDataState class

This type is used to determine the state of the metadata.

Constructors

ApptimizeMetaDataState(bool isAvailable, bool isUpToDate, bool isRefreshing)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
Metadata is available, you can use Apptimize even though you may wish to wait for a refresh if isRefreshing is true.
final
isRefreshing bool
Metadata is currently being refreshed.
final
isUpToDate bool
Metadata has been recently updated. If this value is false and isRefreshing is also false, apptimize may not be able to update metadata.
final
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