DOMUserNotificationService

works.iterative.app.DOMUserNotificationService
See theDOMUserNotificationService companion object
class DOMUserNotificationService(messages: MessageCatalogue, views: AlertViews) extends UserNotificationService

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def notify(level: Level, msg: UserMessage): UIO[Unit]

Attributes

Definition Classes

Inherited methods

def debug(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def error(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def info(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def success(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService
def warning(msg: UserMessage): UIO[Unit]

Attributes

Inherited from:
UserNotificationService

Concrete fields

val displayedNotification: Var[Option[(Level, UserMessage)]]
val element: L.HtmlElement