次の方法で共有


Tile.StateInactive フィールド

定義

注意事項

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

これは、現在無効な状態にあるが、引き続き対話可能なタイルを表します。

[Android.Runtime.Register("STATE_INACTIVE", 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 StateInactive = 1;
[<Android.Runtime.Register("STATE_INACTIVE", 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 StateInactive : Android.Service.QuickSettings.TileState

フィールド値

Value = 1

実装

属性

注釈

これは、現在無効な状態にあるが、引き続き対話可能なタイルを表します。

無効な状態は、タイルが現在アクティブでないことを示します (Wifi が切断されているか、Bluetooth が無効になっているなど)。ただし、ユーザーは引き続きこの状態を変更できます。 ブール値の状態を持つタイルでは、いずれかの状態を表すためにこれを使用する必要があります。 タイルのアイコンは、この状態を反映するように色分けされますが、使用できないとは異なります。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象