Package 

Class VibrationModule

  • All Implemented Interfaces:
    com.facebook.react.bridge.NativeModule , com.facebook.react.bridge.ReactModuleWithSpec , com.facebook.react.turbomodule.core.interfaces.TurboModule

    
    public class VibrationModule
    extends NativeVibrationSpec
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String NAME
    • Method Summary

      Modifier and Type Method Description
      String getName()
      void vibrate(double durationDouble)
      void vibrateByPattern(ReadableArray pattern, double repeatDouble)
      void cancel()
      • Methods inherited from class com.facebook.fbreact.specs.NativeVibrationSpec

        vibrate, vibrateByPattern
      • Methods inherited from class com.facebook.react.bridge.BaseJavaModule

        canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait