Class WebChromeClient.FileChooserParams
public class WebChromeClient.FileChooserParams : JVMBridgeBase<WebChromeClient.FileChooserParams>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
WebChromeClient.FileChooserParams
- Implements
- Extension Methods
Constructors
FileChooserParams()
public FileChooserParams()
FileChooserParams(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FileChooserParams(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MODE_OPEN
public static int MODE_OPEN { get; set; }
Property Value
MODE_OPEN_MULTIPLE
public static int MODE_OPEN_MULTIPLE { get; set; }
Property Value
MODE_SAVE
public static int MODE_SAVE { get; set; }
Property Value
Methods
CreateIntent()
public Intent CreateIntent()
Returns
CreatePoolableInstance()
HPA initializer for FileChooserParams()
public static WebChromeClient.FileChooserParams CreatePoolableInstance()
Returns
GetAcceptTypes()
public String[] GetAcceptTypes()
Returns
GetFilenameHint()
public String GetFilenameHint()
Returns
GetMode()
public int GetMode()
Returns
GetTitle()
public CharSequence GetTitle()
Returns
IsCaptureEnabled()
public bool IsCaptureEnabled()
Returns
ParseResult(int, Intent)
public static Uri[] ParseResult(int arg0, Intent arg1)