RemoteInput.GetChoicesFormatted Method

Definition

Get possible input choices.

[Android.Runtime.Register("getChoices", "()[Ljava/lang/CharSequence;", "")]
public Java.Lang.ICharSequence[]? GetChoicesFormatted();
[<Android.Runtime.Register("getChoices", "()[Ljava/lang/CharSequence;", "")>]
member this.GetChoicesFormatted : unit -> Java.Lang.ICharSequence[]

Returns

The choices available for input, or null when no choices were supplied.

Attributes

Remarks

Get possible input choices. This can be null if there are no choices to present.

Android reference for android.app.RemoteInput.getChoices.

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