Tile.StateUnavailable Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.QuickSettings.TileState enum directly instead of this field.

An unavailable state indicates that for some reason this tile is not currently available to the user, and will have no click action.

[Android.Runtime.Register("STATE_UNAVAILABLE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickSettings.TileState enum directly instead of this field.", true)]
public const Android.Service.QuickSettings.TileState StateUnavailable = 0;
[<Android.Runtime.Register("STATE_UNAVAILABLE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.QuickSettings.TileState enum directly instead of this field.", true)>]
val mutable StateUnavailable : Android.Service.QuickSettings.TileState

Field Value

Value = 0

Implements

Attributes

Remarks

An unavailable state indicates that for some reason this tile is not currently available to the user, and will have no click action. The tile's icon will be tinted differently to reflect this state.

Java documentation for android.service.quicksettings.Tile.STATE_UNAVAILABLE.

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