MBMOfflineRegionDownloadState.h 495 B

12345678910111213
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. /** Describes the download state of a region. */
  4. // NOLINTNEXTLINE(modernize-use-using)
  5. typedef NS_ENUM(NSInteger, MBMOfflineRegionDownloadState)
  6. {
  7. /** Indicates downloading is inactive. */
  8. MBMOfflineRegionDownloadStateInactive,
  9. /** Indicates downloading is active. */
  10. MBMOfflineRegionDownloadStateActive
  11. } NS_SWIFT_NAME(OfflineRegionDownloadState) __attribute__((deprecated));