SipManager.GetCallId(Intent) メソッド

定義

指定した着信呼び出しブロードキャスト意図から呼び出し ID を取得します。

[Android.Runtime.Register("getCallId", "(Landroid/content/Intent;)Ljava/lang/String;", "")]
public static string? GetCallId (Android.Content.Intent? incomingCallIntent);
[<Android.Runtime.Register("getCallId", "(Landroid/content/Intent;)Ljava/lang/String;", "")>]
static member GetCallId : Android.Content.Intent -> string

パラメーター

incomingCallIntent
Intent

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

戻り値

意図に含まれていない場合は呼び出し ID または null

属性

注釈

指定した着信呼び出しブロードキャスト意図から呼び出し ID を取得します。

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

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

適用対象