MBXDownloadStatusCallback.h 493 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXDownloadStatus;
  4. /**
  5. * Callback which is getting called to report changes in download session.
  6. * This callback can be invoked from any thread at the moment and the client is responsible for posting it back to a desired thread.
  7. */
  8. NS_SWIFT_NAME(DownloadStatusCallback)
  9. typedef void (^MBXDownloadStatusCallback)(MBXDownloadStatus * _Nonnull status); // NOLINT(modernize-use-using)