SipDetails.MethodPublish フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.Ims.SipDetailsMethod enum directly instead of this field.

SIP パブリケーション方法に関連する情報を示します。

[Android.Runtime.Register("METHOD_PUBLISH", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.SipDetailsMethod enum directly instead of this field.", true)]
public const Android.Telephony.Ims.SipDetailsMethod MethodPublish = 2;
[<Android.Runtime.Register("METHOD_PUBLISH", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.SipDetailsMethod enum directly instead of this field.", true)>]
val mutable MethodPublish : Android.Telephony.Ims.SipDetailsMethod

フィールド値

Value = 2

実装

属性

注釈

SIP パブリケーション方法に関連する情報を示します。 詳細については、RFC 3903 を参照してください。

の Java ドキュメント android.telephony.ims.SipDetails.METHOD_PUBLISH

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

適用対象