SipManager.IsVoipSupported(Context) メソッド

定義

システムが SIP ベースの VOIP API をサポートしている場合は true を返します。

[Android.Runtime.Register("isVoipSupported", "(Landroid/content/Context;)Z", "")]
public static bool IsVoipSupported (Android.Content.Context? context);
[<Android.Runtime.Register("isVoipSupported", "(Landroid/content/Context;)Z", "")>]
static member IsVoipSupported : Android.Content.Context -> bool

パラメーター

context
Context

戻り値

属性

注釈

システムが SIP ベースの VOIP API をサポートしている場合は true を返します。

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

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

適用対象