IBinder.IFrozenStateChangeCallback.OnFrozenStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.