ResourceConsumer

interface ResourceConsumer<T>

Acts on a resource loaded by Glide.

Parameters

<T>

The type of resource (Bitmap, Drawable etc).

Functions

Link copied to clipboard
abstract fun act(resource: T)