ApnSetting.TypeXcap フィールド

定義

注意事項

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

XCAP の APN 型。

[Android.Runtime.Register("TYPE_XCAP", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.ApnType enum directly instead of this field.", true)]
public const Android.Telephony.Data.ApnType TypeXcap = 2048;
[<Android.Runtime.Register("TYPE_XCAP", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.ApnType enum directly instead of this field.", true)>]
val mutable TypeXcap : Android.Telephony.Data.ApnType

フィールド値

Value = 2048

実装

属性

注釈

XCAP の APN 型。

の Java ドキュメント android.telephony.data.ApnSetting.TYPE_XCAP

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

適用対象