TileService.OnClick Method

Definition

Called when the user clicks on this tile.

[Android.Runtime.Register("onClick", "()V", "GetOnClickHandler", ApiSince=24)]
public virtual void OnClick ();
[<Android.Runtime.Register("onClick", "()V", "GetOnClickHandler", ApiSince=24)>]
abstract member OnClick : unit -> unit
override this.OnClick : unit -> unit
Attributes

Remarks

Called when the user clicks on this tile.

Java documentation for android.service.quicksettings.TileService.onClick().

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