Language

ChromeFileChooserMode Enum

Definition

Enumerates values returned by several types.

public enum ChromeFileChooserMode
type ChromeFileChooserMode = 
Inheritance
ChromeFileChooserMode

Fields

Name Value Description
Open 0

Allows the user to select one existing file.

OpenMultiple 1

Allows the user to select multiple existing files.

OpenFolder 2

Like Open but allows a folder to be selected.

Android reference for android.webkit.WebChromeClient.FileChooserParams.MODE_OPEN_FOLDER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Save 3

Allows the user to select a file that does not yet exist so it can be saved.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to