ImageDecoder.IOnPartialImageListener.OnPartialImage Method

Definition

[Android.Runtime.Register("onPartialImage", "(Landroid/graphics/ImageDecoder$DecodeException;)Z", "GetOnPartialImage_Landroid_graphics_ImageDecoder_DecodeException_Handler:Android.Graphics.ImageDecoder/IOnPartialImageListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)]
public bool OnPartialImage (Android.Graphics.ImageDecoder.DecodeException exception);
[<Android.Runtime.Register("onPartialImage", "(Landroid/graphics/ImageDecoder$DecodeException;)Z", "GetOnPartialImage_Landroid_graphics_ImageDecoder_DecodeException_Handler:Android.Graphics.ImageDecoder/IOnPartialImageListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
abstract member OnPartialImage : Android.Graphics.ImageDecoder.DecodeException -> bool

Parameters

Returns

Attributes

Applies to