TelephonyManager.UnregisterTelephonyCallback(TelephonyCallback) 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 an existing TelephonyCallback
.
[Android.Runtime.Register("unregisterTelephonyCallback", "(Landroid/telephony/TelephonyCallback;)V", "GetUnregisterTelephonyCallback_Landroid_telephony_TelephonyCallback_Handler", ApiSince=31)]
public virtual void UnregisterTelephonyCallback (Android.Telephony.TelephonyCallback callback);
[<Android.Runtime.Register("unregisterTelephonyCallback", "(Landroid/telephony/TelephonyCallback;)V", "GetUnregisterTelephonyCallback_Landroid_telephony_TelephonyCallback_Handler", ApiSince=31)>]
abstract member UnregisterTelephonyCallback : Android.Telephony.TelephonyCallback -> unit
override this.UnregisterTelephonyCallback : Android.Telephony.TelephonyCallback -> unit
Parameters
- callback
- TelephonyCallback
The TelephonyCallback
object to unregister.
- Attributes
Remarks
Unregister an existing TelephonyCallback
.
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.