AndroidSettingsPlatformActions
constructor(context: Context, launchStoragePermission: (Array<String>) -> Unit, launchNotificationPermission: (String) -> Unit, storagePermissionResult: MutableState<CompletableDeferred<Boolean>?>, notificationPermissionResult: MutableState<CompletableDeferred<Boolean>?>)(source)
Parameters
context
Android context used for permissions, app-private storage, links, and toasts.
launchStoragePermission
Launcher for Android storage/media runtime permissions.
launchNotificationPermission
Launcher for Android notification runtime permission.
storagePermissionResult
Pending storage permission continuation.
notificationPermissionResult
Pending notification permission continuation.