Simple Notification Action
class SimpleNotificationAction(name: String, val action: (AnActionEvent, Notification) -> Unit) : NotificationAction(source)
An action that can be run from a notification.
Parameters
name
the name of the action
action
the code to execute when the action is run
Constructors
Properties
Functions
Link copied to clipboard
Runs the action.