Package 

Class DelegatedIdleInterrogationStrategy

  • All Implemented Interfaces:
    com.wix.detox.reactnative.idlingresources.timers.IdleInterrogationStrategy

    
    public final class DelegatedIdleInterrogationStrategy
     implements IdleInterrogationStrategy
                        

    Delegates the interrogation to the native module itself, added here in the context of RN v0.62 (followed by a previous refactor and rename of the class).

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isIdleNow()
      • Methods inherited from class java.lang.Object

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

      • DelegatedIdleInterrogationStrategy

        DelegatedIdleInterrogationStrategy(TimingModule timingModule)