Android.App.RemoteInput Members

The members of Android.App.RemoteInput are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ExtraResultsDatastring. Extra added to a clip data intent object to hold the results bundle.
const
ResultsClipLabelstring. Label used to denote the clip data type used for remote input transport

Public Properties

[read-only]
AllowFreeFormInputbool. Get whether or not users can provide an arbitrary value for input.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
ExtrasAndroid.OS.Bundle. Get additional metadata carried around with this remote input.
[read-only]
Labelstring. Documentation for this section has not yet been entered.
[read-only]
LabelFormattedJava.Lang.ICharSequence. Get the label to display to users when collecting this input.
[read-only]
ResultKeystring. Get the key that the result of this input will be set in from the Bundle returned by RemoteInput.GetResultsFromIntent(Android.Content.Intent) when the Android.App.PendingIntent is sent.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
AddResultsToIntent(RemoteInput[], Android.Content.Intent, Android.OS.Bundle)
Populate an intent object with the results gathered from remote input.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetChoices() : string[]
Documentation for this section has not yet been entered.
GetChoicesFormatted() : Java.Lang.ICharSequence[]
Get possible input choices.
static
GetResultsFromIntent(Android.Content.Intent) : Android.OS.Bundle
Get the remote input results bundle from an intent.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.