SYMBOL INDEX (17 symbols across 6 files) FILE: src/android/io/github/pwlin/cordova/plugins/fileopener2/FileOpener2.java class FileOpener2 (line 47) | public class FileOpener2 extends CordovaPlugin { method execute (line 60) | public boolean execute(String action, JSONArray args, CallbackContext ... method _open (line 94) | private void _open(String fileArg, String contentType, Boolean openWit... method _getMimeType (line 159) | private String _getMimeType(String url) { method _uninstall (line 171) | private void _uninstall(String packageId, CallbackContext callbackCont... method _appIsInstalled (line 186) | private boolean _appIsInstalled(String packageId) { FILE: src/android/io/github/pwlin/cordova/plugins/fileopener2/FileProvider.java class FileProvider (line 28) | public class FileProvider extends androidx.core.content.FileProvider { FILE: src/browser/FileOpener2.js function open (line 27) | function open(successCallback, errorCallback, data) { function getLocalPathAndFileSystem (line 63) | function getLocalPathAndFileSystem(pathToCheck) { function readFile (line 94) | function readFile(root, filePath) { FILE: src/ios/FileOpener2.h function interface (line 26) | interface FileOpener2 : CDVPlugin