RoutingSessionInfo.TransferReason Property
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.
Returns the transfer reason for this routing session.
public Android.Media.RoutingSessionInfoTransferReason TransferReason { [Android.Runtime.Register("getTransferReason", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTransferReason", "()I", "", ApiSince=35)>]
member this.TransferReason : Android.Media.RoutingSessionInfoTransferReason
Property Value
Value is one of the following: TRANSFER_REASON_FALLBACK TRANSFER_REASON_SYSTEM_REQUEST TRANSFER_REASON_APP
- Attributes
Remarks
Returns the transfer reason for this routing session.
Java documentation for android.media.RoutingSessionInfo.getTransferReason().
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.