RemoteInput.EditChoicesBeforeSendingEnabled Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.EditChoices enum directly instead of this field.

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

[Android.Runtime.Register("EDIT_CHOICES_BEFORE_SENDING_ENABLED", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.EditChoices enum directly instead of this field.", true)]
public const Android.App.EditChoices EditChoicesBeforeSendingEnabled = 2;
[<Android.Runtime.Register("EDIT_CHOICES_BEFORE_SENDING_ENABLED", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.EditChoices enum directly instead of this field.", true)>]
val mutable EditChoicesBeforeSendingEnabled : Android.App.EditChoices

Field Value

Value = 2

Implements

Attributes

Remarks

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

Java documentation for android.app.RemoteInput.EDIT_CHOICES_BEFORE_SENDING_ENABLED.

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