Most visited

Recently visited

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
void onDrawableLoaded (Drawable d)

Parameters
d Drawable

Hooray!