Class RemoteInput
public class RemoteInput : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
RemoteInput
- Implements
- Inherited Members
- Extension Methods
Constructors
RemoteInput(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 RemoteInput(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
EDIT_CHOICES_BEFORE_SENDING_AUTO
public static int EDIT_CHOICES_BEFORE_SENDING_AUTO { get; set; }
Property Value
EDIT_CHOICES_BEFORE_SENDING_DISABLED
public static int EDIT_CHOICES_BEFORE_SENDING_DISABLED { get; set; }
Property Value
EDIT_CHOICES_BEFORE_SENDING_ENABLED
public static int EDIT_CHOICES_BEFORE_SENDING_ENABLED { get; set; }
Property Value
EXTRA_RESULTS_DATA
public static String EXTRA_RESULTS_DATA { get; set; }
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
RESULTS_CLIP_LABEL
public static String RESULTS_CLIP_LABEL { get; set; }
Property Value
SOURCE_CHOICE
public static int SOURCE_CHOICE { get; set; }
Property Value
SOURCE_FREE_FORM_INPUT
public static int SOURCE_FREE_FORM_INPUT { get; set; }
Property Value
Methods
AddDataResultToIntent(RemoteInput, Intent, Map<String, Uri>)
public static void AddDataResultToIntent(RemoteInput arg0, Intent arg1, Map<String, Uri> arg2)
Parameters
arg0RemoteInputarg1Intentarg2Map<String, Uri>
AddResultsToIntent(RemoteInput[], Intent, Bundle)
public static void AddResultsToIntent(RemoteInput[] arg0, Intent arg1, Bundle arg2)
Parameters
arg0RemoteInput[]arg1Intentarg2Bundle
DescribeContents()
public int DescribeContents()
Returns
GetAllowFreeFormInput()
public bool GetAllowFreeFormInput()
Returns
GetAllowedDataTypes()
public Set<String> GetAllowedDataTypes()
Returns
GetChoices()
public CharSequence[] GetChoices()
Returns
GetDataResultsFromIntent(Intent, String)
public static Map<String, Uri> GetDataResultsFromIntent(Intent arg0, String arg1)
Parameters
Returns
GetEditChoicesBeforeSending()
public int GetEditChoicesBeforeSending()
Returns
GetExtras()
public Bundle GetExtras()
Returns
GetLabel()
public CharSequence GetLabel()
Returns
GetResultKey()
public String GetResultKey()
Returns
GetResultsFromIntent(Intent)
public static Bundle GetResultsFromIntent(Intent arg0)
Parameters
Returns
GetResultsSource(Intent)
public static int GetResultsSource(Intent arg0)
Parameters
Returns
IsDataOnly()
public bool IsDataOnly()
Returns
SetResultsSource(Intent, int)
public static void SetResultsSource(Intent arg0, int arg1)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)