JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-core
/
com.jeluchu.jchucomponents.core.platform
/
BaseViewModel
Base
View
Model
abstract
class
BaseViewModel
:
ViewModel
Members
Constructors
Base
View
Model
Link copied to clipboard
constructor
(
)
Properties
failure
Link copied to clipboard
var
failure
:
MutableLiveData
<
Failure
>
show
Spinner
Link copied to clipboard
var
showSpinner
:
MutableLiveData
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?