MBXLocationClientStartStopCallback.h 453 B

12345678910111213
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXLocationError;
  4. /**
  5. * Callback involved to return result of LiveTrackingClient `start` and `stop` methods.
  6. *
  7. * @param error An error describing a failure if it happens.
  8. */
  9. NS_SWIFT_NAME(LocationClientStartStopCallback)
  10. typedef void (^MBXLocationClientStartStopCallback)(MBXLocationError * _Nullable error); // NOLINT(modernize-use-using)