Loading...
Searching...
No Matches
NCLocationListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@class NCLocation;
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCLocationListener <NSObject>
21
28- (void)onLocationLoaded:(nullable NCLocation *)location;
29
33- (void)onLocationUploaded:(int32_t)locationId;
34
43- (void)onLocationFailed:(int32_t)locationId
44 error:(nullable NSError *)error;
45
46@end