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