public static interface

ImageManager.OnImageLoadedListener

com.google.android.gms.common.images.ImageManager.OnImageLoadedListener

Class Overview

Listener interface for handling when the image for a particular URI has been loaded.

Summary

Public Methods
abstract void onImageLoaded(Uri uri, Drawable drawable)
Listener method invoked when an image has been loaded.

Public Methods

public abstract void onImageLoaded (Uri uri, Drawable drawable)

Listener method invoked when an image has been loaded.

Parameters
uri The URI of the loaded image.
drawable Drawable containing the image.