ToastElement

com.malliina.push.wns.ToastElement
See theToastElement companion object
case class ToastElement(visual: ToastVisual, actions: Actions, launch: Option[String], activationType: Option[ActivationType], scenario: Option[Scenario], audio: Option[Audio]) extends XmlNotification

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

implicit class ElemOps(e: Elem)

Attributes

Inherited from:
XmlOps
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

Attributes

Definition Classes
override def xml: Elem

Attributes

Definition Classes

Inherited methods

def add(xml: Elem, key: String, value: String): Elem

Attributes

Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem

Attributes

Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]

Attributes

Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]

Attributes

Inherited from:
XmlOps
def isRaw: Boolean

Attributes

Inherited from:
WNSNotification
override def payload: String

Attributes

Definition Classes
Inherited from:
XmlNotification
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val actionsXml: NodeSeq
val audioXml: NodeSeq

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps

Attributes

Inherited from:
XmlOps