Sprache

RemoteInput.EditChoicesBeforeSendingAuto Feld

Definition

Achtung

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

Die Plattform bestimmt, ob Auswahlmöglichkeiten bearbeitet werden, bevor sie an die App gesendet werden.

[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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Die Plattform bestimmt, ob Auswahlmöglichkeiten bearbeitet werden, bevor sie an die App gesendet werden.

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

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: