public interface ConnectionCallback
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticated(BeaconCharacteristics paramBeaconCharacteristics)
Invoked when connection to beacon is established.
|
void |
onAuthenticationError()
Invoked when there was a problem within authentication to the beacon.
|
void |
onDisconnected()
Connection was closed to the beacon.
|
void onAuthenticated(BeaconCharacteristics paramBeaconCharacteristics)
paramBeaconCharacteristics
- Beacon's characteristics.void onAuthenticationError()
void onDisconnected()