FavoriteSnapPlayItemsViewModel

Constructors

Link copied to clipboard
constructor(ssAppViewModel: SSAppViewModel)

Properties

Link copied to clipboard
val customerUserCode: StateFlow<String?>
Link copied to clipboard
Link copied to clipboard
val isPullRefreshing: StateFlow<Boolean>
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
open override fun addFavoriteSnapPlay(snapPlayId: Int, consumerUserCode: String)
Link copied to clipboard
fun fetchSnapPlaysMore(consumerUserCode: String, previousData: List<Int>)
Link copied to clipboard
Link copied to clipboard
fun reload()
Link copied to clipboard
fun reloadFromPullRefresh(customerUserCode: String)
Link copied to clipboard
open override fun removeFavoriteSnapPlay(snapPlayId: Int, consumerUserCode: String)