AiutaAndroidDrawable

class AiutaAndroidDrawable(val resource: Drawable)

Android implementation of AiutaDrawableResource using Drawable objects.

This implementation allows you to use Android Drawable instances directly within the Aiuta SDK. This is useful when you have programmatically created drawables or when working with drawables obtained from other Android APIs.

See also

AiutaDrawableResource

Constructors

Link copied to clipboard
constructor(resource: Drawable)

Properties

Link copied to clipboard
open val resource: Drawable

The Android Drawable instance