SDAI
Toggle table of contents
Main site
Telegram
Discord
android
Target filter
android
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.settings
/
AndroidSettingsPlatformActions
/
AndroidSettingsPlatformActions
Android
Settings
Platform
Actions
android
constructor
(
context
:
Context
,
launchStoragePermission
:
(
Array
<
String
>
)
->
Unit
,
launchNotificationPermission
:
(
String
)
->
Unit
,
storagePermissionResult
:
MutableState
<
CompletableDeferred
<
Boolean
>
?
>
,
notificationPermissionResult
:
MutableState
<
CompletableDeferred
<
Boolean
>
?
>
)
(
source
)