-
public class GigyaPluginFileChooser extends WebChromeClient
-
-
Method Summary
Modifier and Type Method Description booleanonShowFileChooser(WebView webView, ValueCallback<Array<Uri>> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams)voidclearCachedImage()-
Methods inherited from class android.webkit.WebChromeClient
getDefaultVideoPoster, getVideoLoadingProgressView, getVisitedHistory, onCloseWindow, onConsoleMessage, onConsoleMessage, onCreateWindow, onExceededDatabaseQuota, onGeolocationPermissionsHidePrompt, onGeolocationPermissionsShowPrompt, onHideCustomView, onJsAlert, onJsBeforeUnload, onJsConfirm, onJsPrompt, onJsTimeout, onPermissionRequest, onPermissionRequestCanceled, onProgressChanged, onReceivedIcon, onReceivedTitle, onReceivedTouchIconUrl, onRequestFocus, onShowCustomView, onShowFileChooser -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onShowFileChooser
boolean onShowFileChooser(WebView webView, ValueCallback<Array<Uri>> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams)
-
clearCachedImage
void clearCachedImage()
-
-
-
-