Android.App.WallpaperManager.SendWallpaperCommand Method
Send an arbitrary command to the current active wallpaper.

Syntax

[Android.Runtime.Register("sendWallpaperCommand", "(Landroid/os/IBinder;Ljava/lang/String;IIILandroid/os/Bundle;)V", "GetSendWallpaperCommand_Landroid_os_IBinder_Ljava_lang_String_IIILandroid_os_Bundle_Handler")]
public virtual void SendWallpaperCommand (Android.OS.IBinder windowToken, string action, int x, int y, int z, Android.OS.Bundle extras)

Parameters

windowToken
The window who these offsets should be associated with, as returned by Android.Views.View.WindowToken.
action
Name of the command to perform. This must be a scoped name to avoid collisions, such as "com.mycompany.wallpaper.DOIT".
x
Arbitrary integer argument based on command.
y
Arbitrary integer argument based on command.
z
Arbitrary integer argument based on command.
extras
Optional additional information for the command, or null.

Remarks

Send an arbitrary command to the current active wallpaper.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7