public interface PairingDeviceConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
onPairingCode(java.lang.String pairingCode)
Called when a pairing code needs to be entered on the device
|
void |
onPairingSuccess(java.lang.String authToken)
Called when the pairing to the device has completed
|
void onPairingCode(java.lang.String pairingCode)
pairingCode - code to entervoid onPairingSuccess(java.lang.String authToken)
authToken - a pairing token which may be provided when reconnecting to the device to bypass the manual pairing step