SYMBOL INDEX (36 symbols across 4 files) FILE: android/src/main/java/com/johnsonsu/rnsoundplayer/RNSoundPlayerModule.java class RNSoundPlayerModule (line 27) | public class RNSoundPlayerModule extends ReactContextBaseJavaModule impl... method RNSoundPlayerModule (line 40) | public RNSoundPlayerModule(ReactApplicationContext reactContext) { method getName (line 48) | @Override method setSpeaker (line 53) | @ReactMethod method onHostResume (line 59) | @Override method onHostPause (line 63) | @Override method onHostDestroy (line 67) | @Override method playSoundFile (line 77) | @ReactMethod method loadSoundFile (line 83) | @ReactMethod method playUrl (line 88) | @ReactMethod method loadUrl (line 94) | @ReactMethod method pause (line 99) | @ReactMethod method resume (line 106) | @ReactMethod method stop (line 114) | @ReactMethod method seek (line 121) | @ReactMethod method setVolume (line 128) | @ReactMethod method setNumberOfLoops (line 136) | @ReactMethod method getInfo (line 152) | @ReactMethod method addListener (line 165) | @ReactMethod method removeListeners (line 170) | @ReactMethod method sendEvent (line 175) | private void sendEvent(ReactApplicationContext reactContext, method mountSoundFile (line 183) | private void mountSoundFile(String name, String type) throws IOExcepti... method getUriFromFile (line 207) | private Uri getUriFromFile(String name, String type) { method prepareUrl (line 222) | private void prepareUrl(final String url) throws IOException { method initializeMediaPlayer (line 254) | private MediaPlayer initializeMediaPlayer(Uri uri) throws IOException { method sendMountFileSuccessEvents (line 275) | private void sendMountFileSuccessEvents(String name, String type) { method sendErrorEvent (line 288) | private void sendErrorEvent(IOException e) { FILE: android/src/main/java/com/johnsonsu/rnsoundplayer/RNSoundPlayerPackage.java class RNSoundPlayerPackage (line 13) | public class RNSoundPlayerPackage implements ReactPackage { method createNativeModules (line 14) | @Override method createViewManagers (line 19) | @Override FILE: index.d.ts type SoundPlayerEvent (line 4) | type SoundPlayerEvent = type SoundPlayerEventData (line 11) | type SoundPlayerEventData = { type SoundPlayerType (line 18) | interface SoundPlayerType { FILE: index.js method if (line 40) | if (!(__DEV__) && Platform.OS === "android") { method if (line 56) | if (_finishedPlayingListener) { method if (line 68) | if (_finishedLoadingListener) {