MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
appverifier
/
com.android.mdl.appreader.viewModel
/
TransferViewModel
Transfer
View
Model
class
TransferViewModel
(
val
app
:
Application
)
:
AndroidViewModel
Members
Constructors
Transfer
View
Model
Link copied to clipboard
constructor
(
app
:
Application
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
app
Link copied to clipboard
val
app
:
Application
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
connect
Link copied to clipboard
fun
connect
(
)
get
Application
Link copied to clipboard
open
fun
<
T
:
Application
>
getApplication
(
)
:
T
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
get
Transfer
Status
Link copied to clipboard
fun
getTransferStatus
(
)
:
LiveData
<
TransferStatus
>
is
Using
Reverse
Engagement
Link copied to clipboard
fun
isUsingReverseEngagement
(
)
:
Boolean
send
New
Request
Link copied to clipboard
fun
sendNewRequest
(
requestDocumentList
:
RequestDocumentList
)
send
Request
Link copied to clipboard
fun
sendRequest
(
requestDocumentList
:
RequestDocumentList
)