TelephonyManager.CallComposerException.ErrorNetworkUnavailable フィールド

定義

注意事項

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

デバイスが現在、通信事業者の RCS サーバーに到達できるネットワークに接続されていないことを示します。

[Android.Runtime.Register("ERROR_NETWORK_UNAVAILABLE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallComposerErrorCode enum directly instead of this field.", true)]
public const Android.Telephony.CallComposerErrorCode ErrorNetworkUnavailable = 6;
[<Android.Runtime.Register("ERROR_NETWORK_UNAVAILABLE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallComposerErrorCode enum directly instead of this field.", true)>]
val mutable ErrorNetworkUnavailable : Android.Telephony.CallComposerErrorCode

フィールド値

Value = 6
属性

注釈

デバイスが現在、通信事業者の RCS サーバーに到達できるネットワークに接続されていないことを示します。

クライアントは、より良い信号を持つ領域に移動したり、別のネットワークに接続したり、別の時点で再試行したりして、問題を解決するようにユーザーに求める必要があります。

Javaドキュメント。

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

適用対象