-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public class SoundManagerModule extends NativeSoundManagerSpec
NativeModule that allows Playing device sounds from JS.
-
-
Constructor Summary
Constructors Constructor Description SoundManagerModule(ReactApplicationContext reactContext)
-
Method Summary
Modifier and Type Method Description String
getName()
void
playTouchSound()
-
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
-
-
Constructor Detail
-
SoundManagerModule
SoundManagerModule(ReactApplicationContext reactContext)
-
-
Method Detail
-
playTouchSound
void playTouchSound()
-
-
-
-