MBXResultCallback.h 470 B

1234567891011121314
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. /**
  4. * Callback invoked once a request operation completes.
  5. *
  6. * In case of cancel request, this callback does not report if
  7. * the actual cancelation worked or not.
  8. *
  9. * @param result \c true on successfull call; otherwise, it is invoked with \c false.
  10. */
  11. NS_SWIFT_NAME(ResultCallback)
  12. typedef void (^MBXResultCallback)(BOOL result); // NOLINT(modernize-use-using)