Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tauri-apps-api
/
tauri.apps.api.core
/
requestPermissions
request
Permissions
external
fun
<
T
>
requestPermissions
(
plugin
:
String
)
:
Promise
<
T
>
(
source
)
Request permissions.
This should be used by plugin authors to wrap their actual implementation.