SipSession.Listener.OnRegistrationDone(SipSession, Int32) Method

Definition

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.

Java documentation for android.net.sip.SipSession.Listener.onRegistrationDone(android.net.sip.SipSession, int).

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