// This file is generated and will be overwritten automatically. #import 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