Language

RouteListingItemSubtext Enum

Definition

public enum RouteListingItemSubtext
type RouteListingItemSubtext = 
Inheritance
RouteListingItemSubtext

Fields

Name Value Description
None 0

The corresponding route has no associated subtext.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ErrorUnknown 1

The corresponding route's subtext must indicate that it is not available because of an unknown error.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_ERROR_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SubscriptionRequired 2

The corresponding route's subtext must indicate that it requires a special subscription in order to be available for routing.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_SUBSCRIPTION_REQUIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DownloadedContentRoutingDisallowed 3

The corresponding route's subtext must indicate that downloaded content cannot be routed to it.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_DOWNLOADED_CONTENT_ROUTING_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AdRoutingDisallowed 4

The corresponding route's subtext must indicate that it is not available because an ad is in progress.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_AD_ROUTING_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DeviceLowPower 5

The corresponding route's subtext must indicate that it is not available because the device is in low-power mode.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_DEVICE_LOW_POWER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unauthorized 6

The corresponding route's subtext must indicate that it is not available because the user is not authorized to route to it.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_UNAUTHORIZED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TrackUnsupported 7

The corresponding route's subtext must indicate that it is not available because the device does not support the current media track.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_TRACK_UNSUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Custom 10000

The corresponding route's subtext must be obtained from getCustomSubtextMessage(). Applications should strongly prefer one of the other disable reasons (for the full list, see getSubText() ) in order to guarantee correct localization and rendering across all form factors.

Android reference for android.media.RouteListingPreference.Item.SUBTEXT_CUSTOM.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to