Tile.LabelFormatted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current label for the tile. -or- Sets the current label for the tile.
public Java.Lang.ICharSequence? LabelFormatted { [Android.Runtime.Register("getLabel", "()Ljava/lang/CharSequence;", "", ApiSince=24)] get; [Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getLabel", "()Ljava/lang/CharSequence;", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)>]
member this.LabelFormatted : Java.Lang.ICharSequence with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Gets the current label for the tile.
Java documentation for android.service.quicksettings.Tile.getLabel()
.
Property setter documentation:
Sets the current label for the tile.
Does not take effect until #updateTile()
is called.
Java documentation for android.service.quicksettings.Tile.setLabel(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.