Register actions that are performed when the user clicks on the notification.
A promise indicating the success or failure of the operation.
import { registerActionTypes } from '@tauri-apps/plugin-notification';await registerActionTypes([{ id: 'tauri', actions: [{ id: 'my-action', title: 'Settings' }]}]) Copy
import { registerActionTypes } from '@tauri-apps/plugin-notification';await registerActionTypes([{ id: 'tauri', actions: [{ id: 'my-action', title: 'Settings' }]}])
2.0.0
Register actions that are performed when the user clicks on the notification.