Added in API level 23

Icon.OnDrawableLoadedListener

public static interface Icon.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 void onDrawableLoaded(Drawable d)

Public methods

onDrawableLoaded

Added in API level 23
public abstract void onDrawableLoaded (Drawable d)

Parameters
d Drawable