common-plugin / com.cognifide.gradle.common.notifier / DorkboxNotifier

DorkboxNotifier

class DorkboxNotifier : Notifier

Constructors

<init>

DorkboxNotifier(facade: NotifierFacade, configurer: Notify.() -> Unit)

Properties

configurer

val configurer: Notify.() -> Unit

facade

val facade: NotifierFacade

Functions

notify

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

Companion Object Properties

DORKBOX_DARK_LIGHT_THEME

val DORKBOX_DARK_LIGHT_THEME: Theme

DORKBOX_HIDE_AFTER_SECONDS

const val DORKBOX_HIDE_AFTER_SECONDS: Long