LikeViewModel

class LikeViewModel(likeRepository: LikeRepository) : ViewModel

ViewModel for managing Like data.

Constructors

Link copied to clipboard
constructor(likeRepository: LikeRepository)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
lateinit var uiListState: StateFlow<LikeListState>

Functions

Link copied to clipboard
Link copied to clipboard
fun refresh()

Refreshes the list of Like items from the repository.