MBXLiveTrackingClientCapabilities.h 563 B

123456789101112131415161718
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. NS_SWIFT_NAME(LiveTrackingClientCapabilities)
  4. __attribute__((visibility ("default")))
  5. @interface MBXLiveTrackingClientCapabilities : NSObject
  6. /**
  7. * The lifecycle mode in which a client should be
  8. * able to receive location updates.
  9. *
  10. * Value: LiveTrackingClientLifecycleMode constant or
  11. * live_tracking_client_lifecycle_mode constant for c++.
  12. */
  13. @property (nonatomic, class, readonly) NSString * LifecycleMode;
  14. @end