Class PairingHelper


  • public class PairingHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PairingHelper​(RemoteConnector connector, java.util.concurrent.ScheduledExecutorService executorService, java.util.Optional<java.util.function.Consumer<AuthStatus>> updateFn)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean attemptPairing()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PairingHelper

        public PairingHelper​(RemoteConnector connector,
                             java.util.concurrent.ScheduledExecutorService executorService,
                             java.util.Optional<java.util.function.Consumer<AuthStatus>> updateFn)
    • Method Detail

      • attemptPairing

        public boolean attemptPairing()