次の方法で共有


RegistrationManagerRegistrationCallback.OnUnregistered(ImsReasonInfo) Method

Definition

Notifies the framework when the IMS Provider is unregistered from the IMS network.

[Android.Runtime.Register("onUnregistered", "(Landroid/telephony/ims/ImsReasonInfo;)V", "GetOnUnregistered_Landroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)]
public virtual void OnUnregistered (Android.Telephony.Ims.ImsReasonInfo info);
[<Android.Runtime.Register("onUnregistered", "(Landroid/telephony/ims/ImsReasonInfo;)V", "GetOnUnregistered_Landroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)>]
abstract member OnUnregistered : Android.Telephony.Ims.ImsReasonInfo -> unit
override this.OnUnregistered : Android.Telephony.Ims.ImsReasonInfo -> unit

Parameters

info
ImsReasonInfo

the ImsReasonInfo associated with why registration was disconnected.

Attributes

Remarks

Notifies the framework when the IMS Provider is unregistered from the IMS network.

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onUnregistered(android.telephony.ims.ImsReasonInfo).

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