Language

RouteListingPreference.Item.SubText Property

Definition

Returns the type of subtext associated to this route.

public Android.Media.RouteListingItemSubtext SubText { [Android.Runtime.Register("getSubText", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getSubText", "()I", "", ApiSince=34)>]
member this.SubText : Android.Media.RouteListingItemSubtext

Property Value

Value is one of the following: SUBTEXT_NONE SUBTEXT_ERROR_UNKNOWN SUBTEXT_SUBSCRIPTION_REQUIRED SUBTEXT_DOWNLOADED_CONTENT_ROUTING_DISALLOWED SUBTEXT_AD_ROUTING_DISALLOWED SUBTEXT_DEVICE_LOW_POWER SUBTEXT_UNAUTHORIZED SUBTEXT_TRACK_UNSUPPORTED SUBTEXT_CUSTOM

Attributes

Remarks

Returns the type of subtext associated to this route.

Subtext types other than #SUBTEXT_NONE and #SUBTEXT_CUSTOM must not have #SELECTION_BEHAVIOR_TRANSFER.

If this method returns #SUBTEXT_CUSTOM, then the subtext is obtained form #getCustomSubtextMessage().

Java documentation for android.media.RouteListingPreference.Item.getSubText().

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