Share via


RouteListingPreference.Item.SelectionBehaviorGoToApp Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.RouteListingItemSelectionBehavior enum directly instead of this field.

If the user selects the corresponding route, the system takes the user to the application.

[Android.Runtime.Register("SELECTION_BEHAVIOR_GO_TO_APP", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSelectionBehavior enum directly instead of this field.", true)]
public const Android.Media.RouteListingItemSelectionBehavior SelectionBehaviorGoToApp = 2;
[<Android.Runtime.Register("SELECTION_BEHAVIOR_GO_TO_APP", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSelectionBehavior enum directly instead of this field.", true)>]
val mutable SelectionBehaviorGoToApp : Android.Media.RouteListingItemSelectionBehavior

Field Value

Value = 2

Implements

Attributes

Remarks

If the user selects the corresponding route, the system takes the user to the application.

The system uses #getLinkedItemComponentName() in order to navigate to the app.

Java documentation for android.media.RouteListingPreference.Item.SELECTION_BEHAVIOR_GO_TO_APP.

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