BadgeValue

com.malliina.push.wns.BadgeValue$
See theBadgeValue companion class
object BadgeValue

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Activity extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
case object Alarm extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Alarm.type
case object Alert extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Alert.type
case object Attention extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
case object Available extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
case object Away extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Away.type
case object Busy extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Busy.type
case object Error extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Error.type
case object NewMessage extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
case object None extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
None.type
case class Number(num: Int) extends BadgeValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
case object Paused extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Paused.type
case object Playing extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type
Playing.type
case object Unavailable extends BadgeValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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]