RouteListingItemSelectionBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum RouteListingItemSelectionBehavior
type RouteListingItemSelectionBehavior =
- Inheritance
-
RouteListingItemSelectionBehavior
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | The corresponding route is not selectable by the user. Android reference for 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. |
| Transfer | 1 | If the user selects the corresponding route, the media transfers to the said route. Android reference for 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. |
| GoToApp | 2 | If the user selects the corresponding route, the system takes the user to the application. The system uses RouteListingPreference.getLinkedItemComponentName() in order to navigate to the app. Android reference for 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. |