monoandroid
namespace Android.Graphics
{
[Register("android/graphics/ImageDecoder", ApiSince = 28, DoNotGenerateAcw = true)]
public sealed class ImageDecoder : Object, IJavaObject, IJavaPeerable, IAutoCloseable, IDisposable
{
[Register("android/graphics/ImageDecoder$OnHeaderDecodedListener", "", "Android.Graphics.ImageDecoder/IOnHeaderDecodedListenerInvoker", ApiSince = 28)]
public interface IOnHeaderDecodedListener : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onHeaderDecoded", "(Landroid/graphics/ImageDecoder;Landroid/graphics/ImageDecoder$ImageInfo;Landroid/graphics/ImageDecoder$Source;)V", "GetOnHeaderDecoded_Landroid_graphics_ImageDecoder_Landroid_graphics_ImageDecoder_ImageInfo_Landroid_graphics_ImageDecoder_Source_Handler:Android.Graphics.ImageDecoder/IOnHeaderDecodedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 28)]
void OnHeaderDecoded(ImageDecoder! decoder, ImageInfo! info, Source! source);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |