次の方法で共有


ReportEventRequest.InputEvent Property

Definition

Returns the input event associated with the user interaction.

public virtual Android.Views.InputEvent? InputEvent { [Android.Runtime.Register("getInputEvent", "()Landroid/view/InputEvent;", "GetGetInputEventHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getInputEvent", "()Landroid/view/InputEvent;", "GetGetInputEventHandler", ApiSince=35)>]
member this.InputEvent : Android.Views.InputEvent

Property Value

Attributes

Remarks

Returns the input event associated with the user interaction.

This field is either null, representing a <em>view</em> event, or has an InputEvent object, representing a <em>click</em> event.

Java documentation for android.adservices.adselection.ReportEventRequest.getInputEvent().

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