Added in API level 23

OnDrawableLoadedListener

interface OnDrawableLoadedListener
android.graphics.drawable.Icon.OnDrawableLoadedListener

Implement this interface to receive a callback when loadDrawableAsync is finished and your Drawable is ready.

Summary

Public methods
abstract Unit

Public methods

onDrawableLoaded

Added in API level 23
abstract fun onDrawableLoaded(d: Drawable!): Unit