NasaItemViewModel

class NasaItemViewModel @Inject constructor(photoRepository: PhotoRepository) : BaseViewModel

Constructors

Link copied to clipboard
@Inject
fun NasaItemViewModel(photoRepository: PhotoRepository)

Functions

Link copied to clipboard
open fun addCloseable(@NonNull p0: Closeable)
Link copied to clipboard
fun getPhoto(): LiveData<NASAPhotos>

Properties

Link copied to clipboard
val compositeDisposable: CompositeDisposable
Link copied to clipboard
var photoItem: MutableLiveData<NASAPhotoItem>