MtpDeviceInfo.GetOperationsSupported Method

Definition

Returns operation code supported by the device.

[Android.Runtime.Register("getOperationsSupported", "()[I", "", ApiSince=24)]
public Android.Mtp.OperationCode[] GetOperationsSupported ();
[<Android.Runtime.Register("getOperationsSupported", "()[I", "", ApiSince=24)>]
member this.GetOperationsSupported : unit -> Android.Mtp.OperationCode[]

Returns

supported operation code. Can be null if device does not provide the property.

Attributes

Remarks

Returns operation code supported by the device.

Java documentation for android.mtp.MtpDeviceInfo.getOperationsSupported().

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