ImsStateCallback.ReasonNoImsServiceConfigured フィールド

定義

注意事項

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

指定されたサブスクリプション ID に対して構成された IMS サービスはありません。

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

フィールド値

Value = 4
属性

注釈

指定されたサブスクリプション ID に対して構成された IMS サービスはありません。 これは永続的なエラーであり、このサブスクリプションで使用できるマネージャーはありません。

android.telephony.ims.ImsStateCallback.REASON_NO_IMS_SERVICE_CONFIGUREDJava ドキュメント。

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

適用対象