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

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