app
app
/
com.nasagallery.viewmodel
/
NasaItemViewModel
Nasa
Item
View
Model
class
NasaItemViewModel
@
Inject
constructor
(
photoRepository
:
PhotoRepository
)
:
BaseViewModel
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Nasa
Item
View
Model
Link copied to clipboard
@
Inject
fun
NasaItemViewModel
(
photoRepository
:
PhotoRepository
)
Content copied to clipboard
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)
Content copied to clipboard
get
Photo
Link copied to clipboard
fun
getPhoto
(
)
:
LiveData
<
NASAPhotos
>
Content copied to clipboard
Properties
composite
Disposable
Link copied to clipboard
val
compositeDisposable
:
CompositeDisposable
Content copied to clipboard
photo
Item
Link copied to clipboard
var
photoItem
:
MutableLiveData
<
NASAPhotoItem
>
Content copied to clipboard