MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
appverifier
/
com.android.mdl.appreader.viewModel
/
RequestCustomViewModel
Request
Custom
View
Model
class
RequestCustomViewModel
:
ViewModel
Members
Constructors
Request
Custom
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
)
data
Item
Selected
Link copied to clipboard
fun
dataItemSelected
(
namespace
:
String
,
identifier
:
String
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
get
Selected
Data
Items
Link copied to clipboard
fun
getSelectedDataItems
(
intentToRetain
:
Boolean
)
:
Map
<
String
,
Map
<
String
,
Boolean
>
>
init
Link copied to clipboard
fun
init
(
requestDocument
:
RequestDocument
)
is
Selected
Data
Item
Link copied to clipboard
fun
isSelectedDataItem
(
namespace
:
String
,
identifier
:
String
)
:
Boolean