Tile.StateUnavailable フィールド

定義

注意事項

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

使用できない状態は、何らかの理由でこのタイルがユーザーが現在使用できず、クリック アクションがないことを示します。

[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

フィールド値

Value = 0

実装

属性

注釈

使用できない状態は、何らかの理由でこのタイルがユーザーが現在使用できず、クリック アクションがないことを示します。 タイルのアイコンは、この状態を反映するように異なる色付けされます。

の Java ドキュメント android.service.quicksettings.Tile.STATE_UNAVAILABLE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象