다음을 통해 공유


RoutingSessionInfo.TransferReasonSystemRequest Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.RoutingSessionInfoTransferReason enum directly instead of this field.

Indicates that the transfer happened from within a privileged application.

[Android.Runtime.Register("TRANSFER_REASON_SYSTEM_REQUEST", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RoutingSessionInfoTransferReason enum directly instead of this field.", true)]
public const Android.Media.RoutingSessionInfoTransferReason TransferReasonSystemRequest = 1;
[<Android.Runtime.Register("TRANSFER_REASON_SYSTEM_REQUEST", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RoutingSessionInfoTransferReason enum directly instead of this field.", true)>]
val mutable TransferReasonSystemRequest : Android.Media.RoutingSessionInfoTransferReason

Field Value

Value = 1

Implements

Attributes

Remarks

Indicates that the transfer happened from within a privileged application.

Java documentation for android.media.RoutingSessionInfo.TRANSFER_REASON_SYSTEM_REQUEST.

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