Files
tauri-plugins-workspace/plugins/notification/permissions/autogenerated/reference.md
T
Naman Garg 17c42fd42a fix(notification): Add permission commands for Actions (#1459)
* Add the permission commands

* Add changes file
2024-06-18 10:58:16 +02:00

1.1 KiB

Permission Description
allow-is-permission-granted Enables the is_permission_granted command without any pre-configured scope.
deny-is-permission-granted Denies the is_permission_granted command without any pre-configured scope.
allow-notify Enables the notify command without any pre-configured scope.
deny-notify Denies the notify command without any pre-configured scope.
allow-register-action-types Enables the register_action_types command without any pre-configured scope.
deny-register-action-types Denies the register_action_types command without any pre-configured scope.
allow-register-listener Enables the register_listener command without any pre-configured scope.
deny-register-listener Denies the register_listener command without any pre-configured scope.
allow-request-permission Enables the request_permission command without any pre-configured scope.
deny-request-permission Denies the request_permission command without any pre-configured scope.
default Allows requesting permission, checking permission state and sending notifications