
main.web.permissions.PermissionName.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.permissions
// language=JavaScript
@JsName("""(/*union*/{geolocation: 'geolocation', notifications: 'notifications', persistentStorage: 'persistent-storage', push: 'push', screenWakeLock: 'screen-wake-lock', xrSpatialTracking: 'xr-spatial-tracking'}/*union*/)""")
external enum class PermissionName {
geolocation,
notifications,
persistentStorage,
push,
screenWakeLock,
xrSpatialTracking,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy