SipSession.Listener.OnRegistrationDone(SipSession, Int32) 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.
Called when registration is successfully done.
[Android.Runtime.Register("onRegistrationDone", "(Landroid/net/sip/SipSession;I)V", "GetOnRegistrationDone_Landroid_net_sip_SipSession_IHandler")]
public virtual void OnRegistrationDone (Android.Net.Sip.SipSession session, int duration);
[<Android.Runtime.Register("onRegistrationDone", "(Landroid/net/sip/SipSession;I)V", "GetOnRegistrationDone_Landroid_net_sip_SipSession_IHandler")>]
abstract member OnRegistrationDone : Android.Net.Sip.SipSession * int -> unit
override this.OnRegistrationDone : Android.Net.Sip.SipSession * int -> unit
Parameters
- session
- SipSession
the session object that carries out the transaction
- duration
- Int32
duration in second before the registration expires
- Attributes
Remarks
Called when registration is successfully done.
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.