TelephonyManager.CallComposerException.ErrorRemoteEndClosed 필드

정의

주의

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

통화 작성기 사진을 업로드하는 동안 전화 프로세스가 종료되었거나 사용할 수 없게 되었음을 나타냅니다.

[Android.Runtime.Register("ERROR_REMOTE_END_CLOSED", 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 ErrorRemoteEndClosed = 1;
[<Android.Runtime.Register("ERROR_REMOTE_END_CLOSED", 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 ErrorRemoteEndClosed : Android.Telephony.CallComposerErrorCode

필드 값

Value = 1
특성

설명

통화 작성기 사진을 업로드하는 동안 전화 프로세스가 종료되었거나 사용할 수 없게 되었음을 나타냅니다.

이 오류가 발생한 클라이언트는 업로드를 다시 시도해야 합니다.

에 대한 android.telephony.TelephonyManager.CallComposerException.ERROR_REMOTE_END_CLOSEDJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상