RemoteInput.EditChoicesBeforeSendingEnabled Feld

Definition

Achtung

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

Durch Tippen auf eine Auswahl sollte der Benutzer die Eingabe bearbeiten lassen, bevor sie an die App gesendet wird.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Durch Tippen auf eine Auswahl sollte der Benutzer die Eingabe bearbeiten lassen, bevor sie an die App gesendet wird.

Android-Referenz für android.app.RemoteInput.EDIT_CHOICES_BEFORE_SENDING_ENABLED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: