Lingua

IBinder.IFrozenStateChangeCallback.OnFrozenStateChanged Metodo

Definizione

Interfaccia per la ricezione di un callback quando il processo che ospita un IBinder ha modificato lo stato bloccato.

[Android.Runtime.Register("onFrozenStateChanged", "(Landroid/os/IBinder;I)V", "GetOnFrozenStateChanged_Landroid_os_IBinder_IHandler:Android.OS.IBinder/IFrozenStateChangeCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnFrozenStateChanged(Android.OS.IBinder who, int state);
[<Android.Runtime.Register("onFrozenStateChanged", "(Landroid/os/IBinder;I)V", "GetOnFrozenStateChanged_Landroid_os_IBinder_IHandler:Android.OS.IBinder/IFrozenStateChangeCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnFrozenStateChanged : Android.OS.IBinder * int -> unit

Parametri

who
IBinder

IBinder il cui processo di hosting è cambiato stato.

state
Int32

Stato più recente.

Attributi

Commenti

Interfaccia per la ricezione di un callback quando il processo che ospita un IBinder ha modificato lo stato bloccato.

per android.os.IBinder.FrozenStateChangeCallback.onFrozenStateChanged(android.os.IBinder, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a