View.AccessibilityClassNameFormatted Property

Definition

Return the class name of this object to be used for accessibility purposes.

public virtual Java.Lang.ICharSequence? AccessibilityClassNameFormatted { [Android.Runtime.Register("getAccessibilityClassName", "()Ljava/lang/CharSequence;", "GetGetAccessibilityClassNameHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getAccessibilityClassName", "()Ljava/lang/CharSequence;", "GetGetAccessibilityClassNameHandler", ApiSince=23)>]
member this.AccessibilityClassNameFormatted : Java.Lang.ICharSequence

Property Value

Attributes

Remarks

Return the class name of this object to be used for accessibility purposes. Subclasses should only override this if they are implementing something that should be seen as a completely new class of view when used by accessibility, unrelated to the class it is deriving from. This is used to fill in AccessibilityNodeInfo#setClassName AccessibilityNodeInfo.setClassName.

Java documentation for android.view.View.getAccessibilityClassName().

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