PowerManager.WakeLock.SetStateListener Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Android.Runtime.Register("setStateListener", "(Ljava/util/concurrent/Executor;Landroid/os/PowerManager$WakeLockStateListener;)V", "GetSetStateListener_Ljava_util_concurrent_Executor_Landroid_os_PowerManager_WakeLockStateListener_Handler", ApiSince=33)]
public virtual void SetStateListener (Java.Util.Concurrent.IExecutor executor, Android.OS.PowerManager.IWakeLockStateListener? listener);
[<Android.Runtime.Register("setStateListener", "(Ljava/util/concurrent/Executor;Landroid/os/PowerManager$WakeLockStateListener;)V", "GetSetStateListener_Ljava_util_concurrent_Executor_Landroid_os_PowerManager_WakeLockStateListener_Handler", ApiSince=33)>]
abstract member SetStateListener : Java.Util.Concurrent.IExecutor * Android.OS.PowerManager.IWakeLockStateListener -> unit
override this.SetStateListener : Java.Util.Concurrent.IExecutor * Android.OS.PowerManager.IWakeLockStateListener -> unit
Parámetros
- executor
- IExecutor
- listener
- PowerManager.IWakeLockStateListener
- Atributos