MBMOfflineRegionDownloadState
Deprecated
enum MBMOfflineRegionDownloadState : NSInteger {}
Describes the download state of a region.
-
Deprecated
Indicates downloading is inactive.
Declaration
Objective-C
MBMOfflineRegionDownloadStateInactive
Swift
case inactive = 0
-
Deprecated
Indicates downloading is active.
Declaration
Objective-C
MBMOfflineRegionDownloadStateActive
Swift
case active = 1