MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
appverifier
/
com.android.mdl.appreader.home
/
CreateRequestViewModel
Create
Request
View
Model
class
CreateRequestViewModel
:
ViewModel
Members
Constructors
Create
Request
View
Model
Link copied to clipboard
constructor
(
)
Properties
state
Link copied to clipboard
val
state
:
StateFlow
<
RequestingDocumentState
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
calculate
Request
Document
List
Link copied to clipboard
fun
calculateRequestDocumentList
(
intentToRetain
:
Boolean
)
:
RequestDocumentList
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Request
Update
Link copied to clipboard
fun
onRequestUpdate
(
fieldsRequest
:
DocumentElementsRequest
)