다음을 통해 공유


TelephonyManager.CallComposerException.ErrorInputClosed Field

Definition

Caution

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

Indicates that the InputStream passed to #uploadCallComposerPicture was closed.

[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

Field Value

Value = 4
Attributes

Remarks

Indicates that the InputStream passed to #uploadCallComposerPicture was closed.

The caller should retry if this error is encountered, and be sure to not close the stream before the callback is called this time.

Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_INPUT_CLOSED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to