Tile.ContentDescriptionFormatted Property

Definition

Gets the current content description for the tile. -or- Sets the current content description for the tile.

public Java.Lang.ICharSequence? ContentDescriptionFormatted { [Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "", ApiSince=24)] get; [Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)>]
member this.ContentDescriptionFormatted : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Gets the current content description for the tile.

Java documentation for android.service.quicksettings.Tile.getContentDescription().

Property setter documentation:

Sets the current content description for the tile.

Does not take effect until #updateTile() is called.

Java documentation for android.service.quicksettings.Tile.setContentDescription(java.lang.CharSequence).

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