class NotifierFacade
config |
Hook for customizing notifications being displayed. var config: NotifierFacade.() -> Notifier |
enabled |
Turn on/off default system notifications. var enabled: Boolean |
image |
val image: URL |
custom |
fun custom(notifier: (title: String, text: String, level: LogLevel, onClick: (Notify) -> Unit) -> Unit): Notifier |
dorkbox |
fun dorkbox(): Notifierfun dorkbox(configurer: Notify.() -> Unit): Notifier |
log |
fun log(title: String): Unitfun log(title: String, message: String): Unitfun log(title: String, message: String, level: LogLevel): Unit |
notify |
fun notify(title: String): Unitfun notify(title: String, text: String): Unitfun notify(title: String, text: String, level: LogLevel): Unit |
notifyLogError |
fun notifyLogError(title: String, message: String, file: URI): Unit |
DORKBOX_DARK_LIGHT_THEME |
val DORKBOX_DARK_LIGHT_THEME: Theme |
DORKBOX_HIDE_AFTER_SECONDS |
const val DORKBOX_HIDE_AFTER_SECONDS: Long |
of |
Get project specific notifier (config can vary) fun of(aem: AemExtension): NotifierFacade |