AiutaAndroidDrawableRes

class AiutaAndroidDrawableRes(@DrawableRes val resource: Int)

Android implementation of AiutaDrawableResource using drawable resource IDs.

This implementation allows you to reference Android drawable resources by their resource ID. This is the most common way to use drawable resources in Android applications and provides compile-time safety for resource references.

See also

AiutaDrawableResource

Constructors

Link copied to clipboard
constructor(@DrawableRes resource: Int)

Properties

Link copied to clipboard
open val resource: Int

The Android drawable resource ID