RouteListingPreference.ExtraRouteId Field
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.
Intent
string extra key that contains the Item#getRouteId() id
of the route
to transfer to, as part of an #ACTION_TRANSFER_MEDIA
intent.
[Android.Runtime.Register("EXTRA_ROUTE_ID", ApiSince=34)]
public const string ExtraRouteId;
[<Android.Runtime.Register("EXTRA_ROUTE_ID", ApiSince=34)>]
val mutable ExtraRouteId : string
Field Value
Implements
- Attributes
Remarks
Intent
string extra key that contains the Item#getRouteId() id
of the route to transfer to, as part of an #ACTION_TRANSFER_MEDIA
intent.
Java documentation for android.media.RouteListingPreference.EXTRA_ROUTE_ID
.
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.