Tile.StateDescriptionFormatted 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 state description for the tile. -or- Sets the current state description for the tile.
public Java.Lang.ICharSequence? StateDescriptionFormatted { [Android.Runtime.Register("getStateDescription", "()Ljava/lang/CharSequence;", "", ApiSince=30)] get; [Android.Runtime.Register("setStateDescription", "(Ljava/lang/CharSequence;)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getStateDescription", "()Ljava/lang/CharSequence;", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setStateDescription", "(Ljava/lang/CharSequence;)V", "", ApiSince=30)>]
member this.StateDescriptionFormatted : Java.Lang.ICharSequence with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Gets the current state description for the tile.
Java documentation for android.service.quicksettings.Tile.getStateDescription()
.
Property setter documentation:
Sets the current state description for the tile.
Does not take effect until #updateTile()
is called.
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.