UserNotificationService

works.iterative.ui.services.UserNotificationService
See theUserNotificationService companion object

A way for any module to notify the user about a success or failure

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Concrete methods

def debug(msg: UserMessage): UIO[Unit]
def error(msg: UserMessage): UIO[Unit]
def info(msg: UserMessage): UIO[Unit]
def success(msg: UserMessage): UIO[Unit]
def warning(msg: UserMessage): UIO[Unit]