Loading...
Searching...
No Matches
NCLocationManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@protocol NCLocationListener;
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCLocationManager : NSObject
19
36- (void)addLocationListener:(nullable id<NCLocationListener>)listener;
37
52- (void)removeLocationListener:(nullable id<NCLocationListener>)listener;
53
69- (void)setLocationId:(int32_t)locationId;
70
85- (int32_t)getLocationId;
86
90- (void)commitChanges;
91
92- (void)revertChanges;
93
110- (void)setLocationUpdateInterval:(int32_t)interval;
111
112@end