MtpDeviceInfo.GetEventsSupported Method

Definition

Returns event code supported by the device.

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

Returns

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

Attributes

Remarks

Returns event code supported by the device.

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

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