QuickContactBadge.OnClick(View) Method

Definition

Called when a view has been clicked.

[Android.Runtime.Register("onClick", "(Landroid/view/View;)V", "GetOnClick_Landroid_view_View_Handler")]
public virtual void OnClick (Android.Views.View? v);
[<Android.Runtime.Register("onClick", "(Landroid/view/View;)V", "GetOnClick_Landroid_view_View_Handler")>]
abstract member OnClick : Android.Views.View -> unit
override this.OnClick : Android.Views.View -> unit

Parameters

v
View

The view that was clicked.

Implements

Attributes

Remarks

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