UserNotificationService

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Level

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def debug(msg: UserMessage): URIO[UserNotificationService, Unit]
def error(msg: UserMessage): URIO[UserNotificationService, Unit]
def info(msg: UserMessage): URIO[UserNotificationService, Unit]
def notify(level: Level, msg: UserMessage): URIO[UserNotificationService, Unit]
def success(msg: UserMessage): URIO[UserNotificationService, Unit]
def warning(msg: UserMessage): URIO[UserNotificationService, Unit]