WallpaperManager.CommandTap Field

Definition

Command for #sendWallpaperCommand: reported by the wallpaper host when the user taps on an empty area (not performing an action in the host).

[Android.Runtime.Register("COMMAND_TAP")]
public const string CommandTap;
[<Android.Runtime.Register("COMMAND_TAP")>]
val mutable CommandTap : string

Field Value

Attributes

Remarks

Command for #sendWallpaperCommand: reported by the wallpaper host when the user taps on an empty area (not performing an action in the host). The x and y arguments are the location of the tap in screen coordinates.

Java documentation for android.app.WallpaperManager.COMMAND_TAP.

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