BWConnectionManagerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | BWConnectionManager.h |
Instance Methods
connectionManager:connectToBeaconFailed:
Invoked when failed to connect to beacon.
- (void)connectionManager:(BWConnectionManager *)manager connectToBeaconFailed:(BWBeacon *)beacon
Declared In
BWConnectionManager.h
connectionManager:connectToBeaconSucceeded:
Invoked when connected to beacon successfully.
- (void)connectionManager:(BWConnectionManager *)manager connectToBeaconSucceeded:(BWBeacon *)beacon
Declared In
BWConnectionManager.h
connectionManager:disconnectFromBeaconFailed:
Invoked when failed to disconnect from beacon.
- (void)connectionManager:(BWConnectionManager *)manager disconnectFromBeaconFailed:(BWBeacon *)beacon
Declared In
BWConnectionManager.h