Condividi tramite


ImageDecoder.DecodeException.SourceIncomplete Campo

Definizione

Attenzione

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

I dati codificati sono incompleti.

[Android.Runtime.Register("SOURCE_INCOMPLETE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)]
public const Android.Graphics.ImageDecoderErrorType SourceIncomplete = 2;
[<Android.Runtime.Register("SOURCE_INCOMPLETE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)>]
val mutable SourceIncomplete : Android.Graphics.ImageDecoderErrorType

Valore del campo

Value = 2
Attributi

Commenti

I dati codificati sono incompleti.

Documentazione java per android.graphics.ImageDecoder.DecodeException.SOURCE_INCOMPLETE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a