ImsRegistrationImplBase.RegistrationTech3g フィールド

定義

注意事項

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

この ImsService は、3G を介して IMS に登録されます。

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

フィールド値

Value = 4
属性

注釈

この ImsService は、3G を介して IMS に登録されます。

の Java ドキュメント android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_3G

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

適用対象