GiftState

data class GiftState(val usableGifts: StateFlow<List<GiftCategory>>)

Gift state, managing the gift data state of the current room, supporting real-time updates and subscription listening.

Constructors

Link copied to clipboard
constructor(usableGifts: StateFlow<List<GiftCategory>>)

Properties

Link copied to clipboard
val usableGifts: StateFlow<List<GiftCategory>>

All available gift categories and gift lists in the current room. {@link GiftCategory}