WallpaperManager.CommandDrop Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Command for sendWallpaperCommand(IBinder, String, int, int, int, Bundle): reported by the wallpaper host when the user drops an object into an area of the host.
[Android.Runtime.Register("COMMAND_DROP")]
public const string CommandDrop;
[<Android.Runtime.Register("COMMAND_DROP")>]
val mutable CommandDrop : string
Field Value
- Attributes
Remarks
Command for sendWallpaperCommand(IBinder, String, int, int, int, Bundle): reported by the wallpaper host when the user drops an object into an area of the host. The x and y arguments are the location of the drop.
Android reference for android.app.WallpaperManager.COMMAND_DROP.
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.