SipManager.GetSessionFor(Intent) メソッド

定義

着信呼 SipSession び出しを処理する を取得します。

[Android.Runtime.Register("getSessionFor", "(Landroid/content/Intent;)Landroid/net/sip/SipSession;", "GetGetSessionFor_Landroid_content_Intent_Handler")]
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")>]
abstract member GetSessionFor : Android.Content.Intent -> Android.Net.Sip.SipSession
override this.GetSessionFor : Android.Content.Intent -> Android.Net.Sip.SipSession

パラメーター

incomingCallIntent
Intent

着信呼び出しブロードキャストの意図

戻り値

着信呼び出しを処理するセッション オブジェクト

属性

例外

注釈

着信呼 SipSession び出しを処理する を取得します。 音声通話の場合は、 を使用 SipAudioCall して着信通話を処理することを検討してください。 「#takeAudioCall」を参照してください。 メソッドは、同じ意図に対して 1 回だけ呼び出される場合があることに注意してください。 同じ意図で後続の呼び出しの場合、 メソッドは null を返します。

android.net.sip.SipManager.getSessionFor(android.content.Intent)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象