RouteListingItemSubtext 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 RouteListingItemSubtext
type RouteListingItemSubtext =
- Inheritance
-
RouteListingItemSubtext
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | The corresponding route has no associated subtext. 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. |
| ErrorUnknown | 1 | The corresponding route's subtext must indicate that it is not available because of an unknown error. 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. |
| 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 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. 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 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 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 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 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 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. |