TelephonyManager.CallComposerException.ErrorInputClosed Campo

Definizione

Attenzione

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

Indica che l'oggetto InputStream passato a #uploadCallComposerPicture è stato chiuso.

[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

Valore del campo

Value = 4
Attributi

Commenti

Indica che l'oggetto InputStream passato a #uploadCallComposerPicture è stato chiuso.

Il chiamante deve riprovare se viene rilevato questo errore e assicurarsi di non chiudere il flusso prima che il callback venga chiamato questa volta.

per android.telephony.TelephonyManager.CallComposerException.ERROR_INPUT_CLOSED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a