RouteListingPreference.Item.FlagSuggested 필드

정의

주의

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_SUGGESTEDJava 설명서

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

적용 대상