共用方式為


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 已中斷連線或已停用藍牙),但使用者仍可互動以修改此狀態。 具有布爾狀態的磚應該使用此圖格來代表其中一個狀態。 磚的圖示會以不同的方式著色以反映此狀態,但仍與無法使用不同。

android.service.quicksettings.Tile.STATE_INACTIVEJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於