miniapp / com.rakuten.tech.mobile.miniapp.file / MiniAppFileChooser
MiniAppFileChooser
interface MiniAppFileChooser
The file chooser of a miniapp with onShowFileChooser function.
Functions
| onShowFileChooser | For choosing the files which has been invoked by WebChromeClient.onShowFileChooser inside the miniapp webview.abstract fun onShowFileChooser(filePathCallback: ValueCallback<Array<Uri>>?, fileChooserParams: FileChooserParams?, context: Context): Boolean |
Inheritors
| MiniAppFileChooserDefault | The default file chooser of a miniapp.class MiniAppFileChooserDefault : MiniAppFileChooser |