net9.0-android34.0
namespace Microsoft.Maui
{
    [Register("com/microsoft/maui/ImageLoaderCallback", "", "Microsoft.Maui.IImageLoaderCallbackInvoker")]
    public interface IImageLoaderCallback : IJavaObject, IJavaPeerable, IDisposable
    {
        [Register("onComplete", "(Ljava/lang/Boolean;Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V", "GetOnComplete_Ljava_lang_Boolean_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler:Microsoft.Maui.IImageLoaderCallbackInvoker, Microsoft.Maui")]
        void OnComplete(Boolean? p0, Drawable? p1, IRunnable? p2);
    }
}
.NET 8.09.0
Information specific to net9.0
Platforms This API is only available when you target a specific platform:
Android 34.0
Information specific to net9.0-android34.0
Assemblies

Microsoft.Maui , Version=9.0.0.0, PublicKeyToken=

Microsoft.Maui , Version=1.0.0.0, PublicKeyToken=

Referencing

Your project needs a package reference to Microsoft.Maui.Core.

Package Microsoft.Maui.Core net9.0-android34.0
Platform Restrictions

This API is only supported on the following platforms:

  • Android >= 21
  • Built-in API
  • Package-provided API

06/28/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙