You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (void)onBeaconsUpdated:(NSArray<NearBeeBeacon *> * _Nonnull)beacons SWIFT_AVAILABILITY(ios,unavailable,message="'onBeaconsUpdated' has been renamed to 'didLoseBeacons:'");
341
355
- (void)onBeaconsLost:(NSArray<NearBeeBeacon *> * _Nonnull)beacons SWIFT_AVAILABILITY(ios,unavailable,message="'onBeaconsLost' has been renamed to 'didUpdateBeacons:'");
342
356
- (void)onError:(NSError * _Nonnull)error SWIFT_AVAILABILITY(ios,unavailable,message="'onError' has been renamed to 'didThrowError:'");
357
+
- (void)onEnteredGeofence:(NearBeeGeoFence * _Nonnull)geofence:(GeoFenceAttachment * _Nonnull)attachment SWIFT_AVAILABILITY(ios,unavailable,message="'onEnteredGeofence' has been renamed to 'didEnterGeofence::'");
0 commit comments