IBinder.RemoveFrozenStateChangeCallback 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.
Unregister a FrozenStateChangeCallback . The callback will no longer be invoked when the hosting process changes its frozen state.
[Android.Runtime.Register("removeFrozenStateChangeCallback", "(Landroid/os/IBinder$FrozenStateChangeCallback;)Z", "GetRemoveFrozenStateChangeCallback_Landroid_os_IBinder_FrozenStateChangeCallback_Handler:Android.OS.IBinder, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual bool RemoveFrozenStateChangeCallback(Android.OS.IBinder.IFrozenStateChangeCallback callback);
[<Android.Runtime.Register("removeFrozenStateChangeCallback", "(Landroid/os/IBinder$FrozenStateChangeCallback;)Z", "GetRemoveFrozenStateChangeCallback_Landroid_os_IBinder_FrozenStateChangeCallback_Handler:Android.OS.IBinder, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member RemoveFrozenStateChangeCallback : Android.OS.IBinder.IFrozenStateChangeCallback -> bool
override this.RemoveFrozenStateChangeCallback : Android.OS.IBinder.IFrozenStateChangeCallback -> bool
Parameters
- callback
- IBinder.IFrozenStateChangeCallback
The value cannot be null.
Returns
true if the callback was removed; otherwise, false.
- Attributes
Remarks
Unregister a FrozenStateChangeCallback . The callback will no longer be invoked when the hosting process changes 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.