Share via


IBinder.IFrozenStateChangeCallback.OnFrozenStateChanged Method

Definition

Interface for receiving a callback when the process hosting an IBinder has changed its frozen 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)]
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

Parameters

who
IBinder

The IBinder whose hosting process has changed state.

state
Int32

The latest state.

Attributes

Remarks

Interface for receiving a callback when the process hosting an IBinder has changed its frozen state.

Java documentation for android.os.IBinder.FrozenStateChangeCallback.onFrozenStateChanged(android.os.IBinder, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to