SnapPlayViewModel

Constructors

Link copied to clipboard
constructor(snapPlayId: Int, ssAppViewModel: SSAppViewModel)

Properties

Link copied to clipboard
Link copied to clipboard
val snapPlayIdResult: StateFlow<Result<Int?>?>

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
open override fun addFavoriteStaff(userId: Int, consumerUserCode: String)
Link copied to clipboard
Link copied to clipboard
fun reload()
Link copied to clipboard
open override fun removeFavoriteSnapPlay(snapPlayId: Int, consumerUserCode: String)
Link copied to clipboard
open override fun removeFavoriteStaff(userId: Int, consumerUserCode: String)
Link copied to clipboard