Package 

Class NativeTimingSpec

    • Method Summary

      Modifier and Type Method Description
      abstract void createTimer(double callbackID, double duration, double jsSchedulingTime, boolean repeats)
      abstract void deleteTimer(double timerID)
      abstract void setSendIdleEvents(boolean sendIdleEvents)
      • Methods inherited from class com.facebook.react.bridge.BaseJavaModule

        canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
      • Methods inherited from class com.facebook.react.bridge.NativeModule

        getName
      • Methods inherited from class java.lang.Object

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

      • createTimer

         abstract void createTimer(double callbackID, double duration, double jsSchedulingTime, boolean repeats)
      • deleteTimer

         abstract void deleteTimer(double timerID)