Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui-components
/
com.mapsted.ui_components.notifications
/
PropertyDownloadViewModel
Property
Download
View
Model
class
PropertyDownloadViewModel
:
ViewModel
Members
Constructors
Property
Download
View
Model
Link copied to clipboard
constructor
(
)
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
?
get
Property
Download
State
Link copied to clipboard
fun
getPropertyDownloadState
(
)
:
MutableLiveData
<
Property
>
set
Property
Download
State
Link copied to clipboard
fun
setPropertyDownloadState
(
property
:
Property
)