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
36- (void)onLocationLoaded:(nullable NCLocation *)location;
37
41- (void)onLocationUploaded:(int32_t)locationId;
42
59- (void)onLocationFailed:(int32_t)locationId
60 error:(nullable NSError *)error;
61
62@end