MovieListViewModel

class MovieListViewModel(exceptionHandler: ExceptionHandler, getPopularMoviesUseCase: GetPopularMoviesUseCase) : ViewModel, ContainerHost<MovieListState, MovieListEffect>

Constructors

Link copied to clipboard
constructor(exceptionHandler: ExceptionHandler, getPopularMoviesUseCase: GetPopularMoviesUseCase)

Properties

Link copied to clipboard
open override val container: Container<MovieListState, MovieListEffect>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard