Sprache

AccessibilityNodeInfo.ActionClick Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.

Aktion, die auf die Knoteninformationen klickt.

[Android.Runtime.Register("ACTION_CLICK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionClick = 16;
[<Android.Runtime.Register("ACTION_CLICK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionClick : Android.Views.Accessibility.Action

Feldwert

Value = 16

Implementiert

Attribute

Hinweise

Aktion, die auf die Knoteninformationen klickt.

Java Dokumentation für android.view.accessibility.AccessibilityNodeInfo.ACTION_CLICK.

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: