SipManager.GetSessionFor(Intent) 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.
Caution
deprecated
Gets the SipSession that handles the incoming call.
[Android.Runtime.Register("getSessionFor", "(Landroid/content/Intent;)Landroid/net/sip/SipSession;", "GetGetSessionFor_Landroid_content_Intent_Handler")]
[System.Obsolete("deprecated")]
public virtual Android.Net.Sip.SipSession? GetSessionFor (Android.Content.Intent? incomingCallIntent);
[<Android.Runtime.Register("getSessionFor", "(Landroid/content/Intent;)Landroid/net/sip/SipSession;", "GetGetSessionFor_Landroid_content_Intent_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member GetSessionFor : Android.Content.Intent -> Android.Net.Sip.SipSession
override this.GetSessionFor : Android.Content.Intent -> Android.Net.Sip.SipSession
Parameters
- incomingCallIntent
- Intent
the incoming call broadcast intent
Returns
the session object that handles the incoming call
- Attributes
Exceptions
Remarks
Java documentation for android.net.sip.SipManager.getSessionFor(android.content.Intent).
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.