MRTagProximityManagerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | MRTagProximityManager.h |
– tagProximityManager:foundTag:withRSSI:
required method
Called whenever a tag is scanned via bluetooth (taking into account the optional rssi and mac address filters)
- (void)tagProximityManager:(MRTagProximityManager *)manager foundTag:(MRTag *)tag withRSSI:(NSNumber *)rssi
Parameters
manager |
The MRTagProximityManager that is providing the update |
---|---|
tag |
An MRTag object representing a tag close enough to be scanned via bluetooth |
rssi |
signal strength of the tag as recorded during the bluetooth scan |
Declared In
MRTagProximityManager.h
– tagProximityManager:scanningStoppedWithError:
required method
Tag scanning has stopped because of an error. Call startScanningWithRSSIThreshold to restart updates
- (void)tagProximityManager:(MRTagProximityManager *)manager scanningStoppedWithError:(NSError *)error
Parameters
manager |
The MRTagProximityManager that received the error |
---|---|
error |
The error that stopped the tag scanning |
Declared In
MRTagProximityManager.h