RangingManager.UnregisterCapabilitiesCallback 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.
Unregisters a previously registered ranging capabilities callback.
[Android.Runtime.Register("unregisterCapabilitiesCallback", "(Landroid/ranging/RangingManager$RangingCapabilitiesCallback;)V", "", ApiSince=36)]
public void UnregisterCapabilitiesCallback(Android.Ranging.RangingManager.IRangingCapabilitiesCallback callback);
[<Android.Runtime.Register("unregisterCapabilitiesCallback", "(Landroid/ranging/RangingManager$RangingCapabilitiesCallback;)V", "", ApiSince=36)>]
member this.UnregisterCapabilitiesCallback : Android.Ranging.RangingManager.IRangingCapabilitiesCallback -> unit
Parameters
The capabilities callback to unregister.
- Attributes
Remarks
Unregisters a previously registered ranging capabilities callback.
After it is unregistered, no further ranging capabilities updates are dispatched to the callback. Callbacks that were already queued on the callback's executor, or are already in progress, can still be delivered after this method returns.
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.