Delegate NativeMethods.OfflineProgressFn
- Namespace
- MapLibreNative.Maui
Recurring download-progress callback for an observed region.
public delegate void NativeMethods.OfflineProgressFn(long regionId, int downloadState, ulong completedResources, ulong completedBytes, ulong completedTiles, ulong requiredResources, int requiredIsPrecise, int complete, IntPtr userdata)
Parameters
regionIdlong- Recurring download-progress callback for an observed region.
downloadStateint- Recurring download-progress callback for an observed region.
completedResourcesulong- Recurring download-progress callback for an observed region.
completedBytesulong- Recurring download-progress callback for an observed region.
completedTilesulong- Recurring download-progress callback for an observed region.
requiredResourcesulong- Recurring download-progress callback for an observed region.
requiredIsPreciseint- Recurring download-progress callback for an observed region.
completeint- Recurring download-progress callback for an observed region.
userdataIntPtr- Recurring download-progress callback for an observed region.