ToastVisual

case class ToastVisual(bindings: Seq[ToastBinding], lang: Option[String], baseUri: Option[URL], branding: Option[Branding], addImageQuery: Option[Boolean], contentId: Option[String], displayName: Option[String]) extends Visual[ToastTemplate]
Companion:
object
trait Serializable
trait Product
trait Equals
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit implicit class ElemOps(e: Elem)
Inherited from:
XmlOps

Value members

Inherited methods

def add(xml: Elem, key: String, value: String): Elem
Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem
Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]
Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]
Inherited from:
XmlOps
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def xml: Elem
Definition Classes
Inherited from:
Visual

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps
Inherited from:
XmlOps