LoadImageTask

General purpose AsyncTask to load an image over the network into an ImageView. The Event type specified in the constructor will be emitted on successful load of an image.

Constructors

Link copied to clipboard
constructor(view: ImageView, eventEmitter: EventEmitter)

Properties

Link copied to clipboard
Link copied to clipboard
val TAG: String