Android.App.RemoteInput: Method Members

The methods of Android.App.RemoteInput are listed below. For a list of all members, see the RemoteInput Members list.

See Also: Inherited members from Java.Lang.Object

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.