Share via


TelephonyManager.CallComposerException.ErrorInputClosed 필드

정의

주의

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

에 전달된 가 InputStream 닫혔했음을 #uploadCallComposerPicture 나타냅니다.

[Android.Runtime.Register("ERROR_INPUT_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 ErrorInputClosed = 4;
[<Android.Runtime.Register("ERROR_INPUT_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 ErrorInputClosed : Android.Telephony.CallComposerErrorCode

필드 값

Value = 4
특성

설명

에 전달된 가 InputStream 닫혔했음을 #uploadCallComposerPicture 나타냅니다.

이 오류가 발생하면 호출자가 다시 시도해야 하며, 이번에는 콜백이 호출되기 전에 스트림을 닫지 않아야 합니다.

에 대한 Java 설명서입니다 android.telephony.TelephonyManager.CallComposerException.ERROR_INPUT_CLOSED.

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

적용 대상