Class PairingHelper
java.lang.Object
com.thecoderscorner.menu.remote.protocol.PairingHelper
This class provides a helper method to pair with a device. It is used by the connection builder classes to provide
the pairing support. Not normally used directly by application code.
-
Constructor Summary
ConstructorsConstructorDescriptionPairingHelper(RemoteConnector connector, ScheduledExecutorService executorService, Optional<Consumer<AuthStatus>> updateFn) -
Method Summary
-
Constructor Details
-
Method Details
-
attemptPairing
public boolean attemptPairing()
-