Condividi tramite


VoiceInteractor.UnregisterOnDestroyedCallback(IRunnable) Metodo

Definizione

Annulla la registrazione di un callback di onDestroy registrato in precedenza

[Android.Runtime.Register("unregisterOnDestroyedCallback", "(Ljava/lang/Runnable;)Z", "", ApiSince=29)]
public bool UnregisterOnDestroyedCallback (Java.Lang.IRunnable callback);
[<Android.Runtime.Register("unregisterOnDestroyedCallback", "(Ljava/lang/Runnable;)Z", "", ApiSince=29)>]
member this.UnregisterOnDestroyedCallback : Java.Lang.IRunnable -> bool

Parametri

callback
IRunnable

Callback da rimuovere.

Restituisce

se il callback non è stato registrato.

Attributi

Commenti

Annulla la registrazione di un callback di onDestroy registrato in precedenza

Documentazione java per android.app.VoiceInteractor.unregisterOnDestroyedCallback(java.lang.Runnable).

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