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
28- (void)addLocationListener:(nullable id<NCLocationListener>)listener;
29
36- (void)removeLocationListener:(nullable id<NCLocationListener>)listener;
37
45- (void)setLocationId:(int32_t)locationId;
46
53- (int32_t)getLocationId;
54
58- (void)commitChanges;
59
60- (void)revertChanges;
61
70- (void)setLocationUpdateInterval:(int32_t)interval;
71
72@end