RegistrationManager.RegistrationStateRegistering フィールド

定義

注意事項

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

IMS サービスは現在、キャリア・ネットワークに登録中です。

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

フィールド値

Value = 1
属性

注釈

IMS サービスは現在、キャリア・ネットワークに登録中です。

の Java ドキュメント android.telephony.ims.RegistrationManager.REGISTRATION_STATE_REGISTERING

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

適用対象