次の方法で共有


ImsStateCallback.ReasonUnknownPermanentError フィールド

定義

注意事項

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

基になる IMS サービスは、関連付けられているサブスクリプションでは永続的に使用できず、このサブスクリプションで使用できるマネージャーはありません。

[Android.Runtime.Register("REASON_UNKNOWN_PERMANENT_ERROR", 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 ReasonUnknownPermanentError = 2;
[<Android.Runtime.Register("REASON_UNKNOWN_PERMANENT_ERROR", 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 ReasonUnknownPermanentError : Android.Telephony.Ims.ImsStateCallbackReason

フィールド値

Value = 2
属性

注釈

基になる IMS サービスは、関連付けられているサブスクリプションでは永続的に使用できず、このサブスクリプションで使用できるマネージャーはありません。

の Java ドキュメントandroid.telephony.ims.ImsStateCallback.REASON_UNKNOWN_PERMANENT_ERROR

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象