Grant
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
Grant
grant-core
/
dev.brewkits.grant.impl
/
GrantRequestViewModel
Grant
Request
View
Model
android
class
GrantRequestViewModel
(
savedStateHandle
:
SavedStateHandle
)
:
ViewModel
Members
Constructors
Grant
Request
View
Model
Link copied to clipboard
android
constructor
(
savedStateHandle
:
SavedStateHandle
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
already
Launched
Link copied to clipboard
android
var
alreadyLaunched
:
Boolean
request
Id
Link copied to clipboard
android
var
requestId
:
String
?
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?