RegistrationManagerRegistrationCallback.OnUnregistered(ImsReasonInfo) 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.
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.
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.