RegistrationManager.RegistrationStateNotRegistered フィールド

定義

注意事項

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_NOT_REGISTERED", 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 RegistrationStateNotRegistered = 0;
[<Android.Runtime.Register("REGISTRATION_STATE_NOT_REGISTERED", 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 RegistrationStateNotRegistered : Android.Telephony.Ims.RegistrationState

フィールド値

Value = 0
属性

注釈

IMS サービスは現在、キャリア・ネットワークに登録されていません。

android.telephony.ims.RegistrationManager.REGISTRATION_STATE_NOT_REGISTEREDJava ドキュメント。

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

適用対象