toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.onboarding.navigating
/
PermissionsViewModel
Permissions
View
Model
class
PermissionsViewModel
:
ViewModel
Members
Constructors
Permissions
View
Model
Link copied to clipboard
constructor
(
)
Properties
visible
Permission
Dialog
Queue
Link copied to clipboard
val
visiblePermissionDialogQueue
:
SnapshotStateList
<
String
>
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
?
on
Permission
Result
Link copied to clipboard
fun
onPermissionResult
(
permission
:
String
,
isGranted
:
Boolean
)