다음을 통해 공유


TelephonyManager.UnregisterTelephonyCallback(TelephonyCallback) Method

Definition

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.

Java documentation for android.telephony.TelephonyManager.unregisterTelephonyCallback(android.telephony.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.

Applies to