RemoteInput.EditChoicesBeforeSending Property

Definition

Gets whether tapping on a choice should let the user edit the input before it is sent to the app.

public Android.App.EditChoices EditChoicesBeforeSending { [Android.Runtime.Register("getEditChoicesBeforeSending", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEditChoicesBeforeSending", "()I", "", ApiSince=29)>]
member this.EditChoicesBeforeSending : Android.App.EditChoices

Property Value

Attributes

Remarks

Gets whether tapping on a choice should let the user edit the input before it is sent to the app.

Java documentation for android.app.RemoteInput.getEditChoicesBeforeSending().

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