Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun StaffDetail(staffId: String, ssAppViewModel: SSAppViewModel = provideSSAppViewModel(), staffViewModel: StaffViewModel = viewModel { StaffViewModel(staffId.toInt(), ssAppViewModel) }, onTapSnapPlay: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, onTapSnapPlayFilter: (SnapPlayFilterParams) -> Unit)
Link copied to clipboard
fun StaffDetailView(staffUiState: StaffUiState, onTapFavorite: () -> Unit)