showNotification
fun showNotification(project: Project?, type: NotificationType, group: String, title: String, message: String, vararg actions: NotificationAction, isSuggestion: Boolean = false, isImportant: Boolean = false)(source)
Shows a balloon notification to the user.
Parameters
project
the project in which the notification should be displayed
type
the type of notification
group
the group to which this notification belongs
title
the title of the notification
message
the text shown inside the notification
actions
the actions that are suggested to the user inside the notification
isSuggestion
true
if the notification is a suggestion to the user
isImportant
true
if the notification is important to the user