| 123456789101112131415161718 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- NS_SWIFT_NAME(LiveTrackingClientCapabilities)
- __attribute__((visibility ("default")))
- @interface MBXLiveTrackingClientCapabilities : NSObject
- /**
- * The lifecycle mode in which a client should be
- * able to receive location updates.
- *
- * Value: LiveTrackingClientLifecycleMode constant or
- * live_tracking_client_lifecycle_mode constant for c++.
- */
- @property (nonatomic, class, readonly) NSString * LifecycleMode;
- @end
|