RouteListingPreference.ActionTransferMedia Field

Definition

Intent action that the system uses to take the user the app when the user selects an Item whose Item#getSelectionBehavior() selection behavior is Item#SELECTION_BEHAVIOR_GO_TO_APP.

[Android.Runtime.Register("ACTION_TRANSFER_MEDIA", ApiSince=34)]
public const string ActionTransferMedia;
[<Android.Runtime.Register("ACTION_TRANSFER_MEDIA", ApiSince=34)>]
val mutable ActionTransferMedia : string

Field Value

Implements

Attributes

Remarks

Intent action that the system uses to take the user the app when the user selects an Item whose Item#getSelectionBehavior() selection behavior is Item#SELECTION_BEHAVIOR_GO_TO_APP.

The launched intent will identify the selected item using the extra identified by #EXTRA_ROUTE_ID.

Java documentation for android.media.RouteListingPreference.ACTION_TRANSFER_MEDIA.

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