View.SupplementalDescriptionFormatted Property

Definition

Returns the View 's supplemental description. A supplemental description provides brief supplemental information for this node, such as the purpose of the node when that purpose is not conveyed within its textual representation. For example, if a dropdown select has a purpose of setting font family, the supplemental description could be "font family". If this node has children, its supplemental description serves as additional information and is not intended to replace any existing information in the subtree. This is different from the getContentDescription() in that this description is purely supplemental while a content description may be used to replace a description for a node or its subtree that an assistive technology would otherwise compute based on other properties of the node and its descendants. Note: Do not override this method, as it will have no effect on the supplemental description presented to accessibility services. You must call setSupplementalDescription(CharSequence) to modify the supplemental description.

public virtual Java.Lang.ICharSequence? SupplementalDescriptionFormatted { [Android.Runtime.Register("getSupplementalDescription", "()Ljava/lang/CharSequence;", "GetGetSupplementalDescriptionHandler", ApiSince=36)] get; [Android.Runtime.Register("setSupplementalDescription", "(Ljava/lang/CharSequence;)V", "GetSetSupplementalDescription_Ljava_lang_CharSequence_Handler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getSupplementalDescription", "()Ljava/lang/CharSequence;", "GetGetSupplementalDescriptionHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setSupplementalDescription", "(Ljava/lang/CharSequence;)V", "GetSetSupplementalDescription_Ljava_lang_CharSequence_Handler", ApiSince=36)>]
member this.SupplementalDescriptionFormatted : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

For details, see the Android reference documentation for android.view.View.getSupplementalDescription.

Java documentation for android.view.View.getSupplementalDescription.

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