TelephonyManager.CallComposerException.ErrorAuthenticationFailed フィールド

定義

注意事項

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

画像をアップロードするときに、デバイスが通信事業者に対する認証に失敗したことを示します。

[Android.Runtime.Register("ERROR_AUTHENTICATION_FAILED", 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 ErrorAuthenticationFailed = 3;
[<Android.Runtime.Register("ERROR_AUTHENTICATION_FAILED", 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 ErrorAuthenticationFailed : Android.Telephony.CallComposerErrorCode

フィールド値

Value = 3
属性

注釈

画像をアップロードするときに、デバイスが通信事業者に対する認証に失敗したことを示します。

このエラーが発生したクライアントは、再起動または無線リセットが中間で実行されていない限り、アップロードを再試行しないでください。

Javaドキュメント。

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

適用対象