public static interface

ImageLoader.ImageLoadedCallback

com.urbanairship.images.ImageLoader.ImageLoadedCallback

Class Overview

Image loaded callback.

Summary

Public Methods
abstract void onImageLoaded(boolean success)
Called when the image has finished loading, with a boolean indicating whether the image was successfully loaded into the target image view.

Public Methods

public abstract void onImageLoaded (boolean success)

Called when the image has finished loading, with a boolean indicating whether the image was successfully loaded into the target image view.