RouteListingPreference.Item.FlagSuggested 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.
해당 경로는 사용자가 특별히 선택할 가능성이 높습니다.
[Android.Runtime.Register("FLAG_SUGGESTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)]
public const Android.Media.RouteListingPreferenceFlags FlagSuggested = 4;
[<Android.Runtime.Register("FLAG_SUGGESTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)>]
val mutable FlagSuggested : Android.Media.RouteListingPreferenceFlags
필드 값
Value = 4구현
- 특성
설명
해당 경로는 사용자가 특별히 선택할 가능성이 높습니다.
이 기본 설정을 반영하는 UI는 제안된 경로에 대한 특정 공간을 예약하여 사용자가 더 쉽게 액세스할 수 있도록 할 수 있습니다. 제안된 경로 수가 UI에서 지원하는 수를 초과하면 먼저 RouteListingPreference#getItems()
나열된 경로가 우선합니다.
에 대한 android.media.RouteListingPreference.Item.FLAG_SUGGESTED
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.