Added in API level 21
WebChromeClient.FileChooserParams
public
static
abstract
class
WebChromeClient.FileChooserParams
extends Object
| java.lang.Object | |
| ↳ | android.webkit.WebChromeClient.FileChooserParams |
Parameters used in the WebChromeClient.onShowFileChooser(WebView, ValueCallback, FileChooserParams) method.
Summary
Constants | |
|---|---|
int |
MODE_OPEN
Open single file. |
int |
MODE_OPEN_FOLDER
Like Open but allows a folder to be selected. |
int |
MODE_OPEN_MULTIPLE
Like Open but allows multiple files to be selected. |
int |
MODE_SAVE
Allows picking a none |