Share via


MtpConstants.OperationOpenSession Field

Definition

Caution

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

Operation code for OpenSession

[Android.Runtime.Register("OPERATION_OPEN_SESSION", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.OperationCode enum directly instead of this field.", true)]
public const Android.Mtp.OperationCode OperationOpenSession = 4098;
[<Android.Runtime.Register("OPERATION_OPEN_SESSION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.OperationCode enum directly instead of this field.", true)>]
val mutable OperationOpenSession : Android.Mtp.OperationCode

Field Value

Value = 4098
Attributes

Remarks

Operation code for OpenSession

Java documentation for android.mtp.MtpConstants.OPERATION_OPEN_SESSION.

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