common-plugin / com.cognifide.gradle.common.notifier / NotifierFacade / notify

notify

fun notify(title: String): Unit
fun notify(title: String, text: String, level: LogLevel, onClick: (Notify) -> Unit = {}): Unit
fun notify(title: String, text: String): Unit