Package-level declarations
Functions
Link copied to clipboard
fun FavoriteSnapPlayList(onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit = {}, favoriteSnapPlayItemsViewModel: FavoriteSnapPlayItemsViewModel = viewModel {
FavoriteSnapPlayItemsViewModel()
})
Link copied to clipboard
fun FavoriteSnapPlayListBody(snapPlayIdsData: SnapPlayIdsData, onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, favoriteSnapPlayViewModel: FavoriteSnapPlayItemsViewModel, customerUserCode: String)
Link copied to clipboard
Link copied to clipboard
fun SnapPlayList(snapPlaySearchConditionRouteParams: SnapPlaySearchConditionRouteParams = SnapPlaySearchConditionRouteParams.empty(), onTapSnapPlay: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, snapPlayItemsViewModel: SnapPlayItemsViewModel = viewModel(key = snapPlaySearchConditionRouteParams.hashCode().toString()) {
SnapPlayItemsViewModel(snapPlaySearchConditionRouteParams)
})
Link copied to clipboard
fun SnapPlayListBody(snapPlayDataResult: Result<SnapPlayIdsData>, snapPlayItemsViewModel: SnapPlayItemsViewModel, onTapSnapPlay: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit)
Link copied to clipboard