TelephonyManager.CallComposerException.ErrorIoException Campo

Definizione

Attenzione

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

Indica che è stato rilevato un oggetto IOException durante la lettura dell'immagine.

[Android.Runtime.Register("ERROR_IO_EXCEPTION", 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 ErrorIoException = 5;
[<Android.Runtime.Register("ERROR_IO_EXCEPTION", 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 ErrorIoException : Android.Telephony.CallComposerErrorCode

Valore del campo

Value = 5
Attributi

Commenti

Indica che è stato rilevato un oggetto IOException durante la lettura dell'immagine.

L'offesa IOException sarà disponibile tramite #getIOException(). I client devono usare il contenuto dell'eccezione per determinare se viene richiesto un nuovo tentativo.

per android.telephony.TelephonyManager.CallComposerException.ERROR_IO_EXCEPTION.

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