Condividi tramite


WallpaperManager.SendWallpaperCommand Metodo

Definizione

Inviare un comando arbitrario allo sfondo attivo corrente.

[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);
[<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")>]
abstract member SendWallpaperCommand : Android.OS.IBinder * string * int * int * int * Android.OS.Bundle -> unit
override this.SendWallpaperCommand : Android.OS.IBinder * string * int * int * int * Android.OS.Bundle -> unit

Parametri

windowToken
IBinder

La finestra a cui devono essere associati questi offset, come restituito da android.view.View#getWindowToken() View.getWindowToken().

action
String

Nome del comando da eseguire. Deve essere un nome con ambito per evitare conflitti, ad esempio "com.mycompany.wallpaper.DOIT".

x
Int32

Argomento integer arbitrario basato sul comando.

y
Int32

Argomento integer arbitrario basato sul comando.

z
Int32

Argomento integer arbitrario basato sul comando.

extras
Bundle

Informazioni aggiuntive facoltative per il comando o null.

Attributi

Commenti

Inviare un comando arbitrario allo sfondo attivo corrente.

Documentazione java per android.app.WallpaperManager.sendWallpaperCommand(android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a