BadgeValue

object BadgeValue
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Activity extends BadgeValue
case object Alarm extends BadgeValue
case object Alert extends BadgeValue
case object Attention extends BadgeValue
case object Available extends BadgeValue
case object Away extends BadgeValue
case object Busy extends BadgeValue
case object Error extends BadgeValue
case object NewMessage extends BadgeValue
case object None extends BadgeValue
case class Number(num: Int) extends BadgeValue
case object Paused extends BadgeValue
case object Playing extends BadgeValue
case object Unavailable extends BadgeValue

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromName(n: String): Either[String, BadgeValue]

Concrete fields

val named: Seq[BadgeValue]

Implicits

Implicits

implicit val json: Codec[BadgeValue]