//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline.model
Name | Summary |
---|---|
NotificationOptions | [androidJvm] class NotificationOptions@JvmOverloadsconstructor(@DrawableRessmallIconRes: Int, contentTitle: String, downloadContentText: String, cancelContentText: String, cancelActionText: String, requestMapSnapshot: Boolean, returnActivity: Class<*>?) : Parcelable This model represents the options for the notification shown by the OfflineService. |
OfflineDownload | [androidJvm] class OfflineDownload(regionId: Long, options: OfflineDownloadOptions, completedResourceCount: Long, requiredResourceCount: Long, completedResourceSize: Long, isActive: Boolean) : Parcelable This model represents the download managed by the OfflineService. |
OfflineDownloadOptions | [androidJvm] class OfflineDownloadOptions(definition: OfflineRegionDefinition, notificationOptions: NotificationOptions, metadata: ByteArray?) : Parcelable This model represents the options for the download managed by the OfflineService. |