RemoteInput.EditChoicesBeforeSendingAuto Field

Definition

Caution

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

The platform will determine whether choices will be edited before being sent to the app.

[Android.Runtime.Register("EDIT_CHOICES_BEFORE_SENDING_AUTO", 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 EditChoicesBeforeSendingAuto = 0;
[<Android.Runtime.Register("EDIT_CHOICES_BEFORE_SENDING_AUTO", 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 EditChoicesBeforeSendingAuto : Android.App.EditChoices

Field Value

Value = 0

Implements

Attributes

Remarks

The platform will determine whether choices will be edited before being sent to the app.

Java documentation for android.app.RemoteInput.EDIT_CHOICES_BEFORE_SENDING_AUTO.

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