ReactionDrawable

data class ReactionDrawable(@DrawableRes val iconResId: Int, @DrawableRes val selectedIconResId: Int)

Contains drawable resources for normal and selected reaction states.

Parameters

iconResId

The drawable resource id for the normal icon.

selectedIconResId

The drawable resource id for the selected state icon.

Constructors

Link copied to clipboard
constructor(@DrawableRes iconResId: Int, @DrawableRes selectedIconResId: Int)

Properties

Link copied to clipboard
Link copied to clipboard