MBXEventsServiceObserver_Internal.h 387 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXEventsServiceError;
  4. NS_SWIFT_NAME(EventsServiceObserver)
  5. @protocol MBXEventsServiceObserver
  6. - (void)didEncounterErrorForError:(nonnull MBXEventsServiceError *)error
  7. events:(nonnull id)events;
  8. - (void)didSendEventsForEvents:(nonnull id)events;
  9. @end