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 사용 안 함)을 나타내지만 사용자가 이 상태를 수정할 수 있도록 상호 작용할 수 있습니다. 부울 상태가 있는 타일은 이 상태를 사용하여 해당 상태 중 하나를 나타내야 합니다. 타일의 아이콘은 이 상태를 반영하기 위해 다르게 착색되지만 여전히 사용할 수 없음과 구별됩니다.

에 대한 android.service.quicksettings.Tile.STATE_INACTIVEJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상