locationTrackingEnabled
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite,
getter=isLocationTrackingEnabled) BOOL locationTrackingEnabled;
Swift
var isLocationTrackingEnabled: Bool { get set }
See
RFSLivenessConfiguration.locationTrackingEnabled.-
Undocumented
Declaration
Objective-C
- (BOOL)isLocationTrackingEnabled;
-
Undocumented
Declaration
Objective-C
- (void)setLocationTrackingEnabled:(BOOL)locationTrackingEnabled;