ImsMmTelManager.UnregisterImsStateCallback(ImsStateCallback) 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 callback.
[Android.Runtime.Register("unregisterImsStateCallback", "(Landroid/telephony/ims/ImsStateCallback;)V", "GetUnregisterImsStateCallback_Landroid_telephony_ims_ImsStateCallback_Handler", ApiSince=33)]
public virtual void UnregisterImsStateCallback (Android.Telephony.Ims.ImsStateCallback callback);
[<Android.Runtime.Register("unregisterImsStateCallback", "(Landroid/telephony/ims/ImsStateCallback;)V", "GetUnregisterImsStateCallback_Landroid_telephony_ims_ImsStateCallback_Handler", ApiSince=33)>]
abstract member UnregisterImsStateCallback : Android.Telephony.Ims.ImsStateCallback -> unit
override this.UnregisterImsStateCallback : Android.Telephony.Ims.ImsStateCallback -> unit
Parameters
- callback
- ImsStateCallback
The callback instance to be unregistered.
- Attributes
Remarks
Unregisters a previously registered callback.
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.