RegionUpdateState
The update state of an updatable Region.
This state indicates whether any newer region data can be downloaded (either an initial download or an update) and provides an estimated size for that download.
For guidance on how to map this state to UI actions (Download / Update / Repair / Delete), see the "UI guidance" section in RegionState.
Properties
Link copied to clipboard
true if downloading would change the region data on the device (initial download or update), false if no newer data is available.
Link copied to clipboard
The estimated size to download. When downloadAvailable is false, this value is Memory.ZERO.