ToastBinding

com.malliina.push.wns.ToastBinding
See theToastBinding companion object
case class ToastBinding(template: ToastTemplate, texts: Seq[WnsText], images: Seq[Image], groups: Seq[Group], lang: Option[String], baseUri: Option[URL], branding: Option[Branding], addImageQuery: Option[Boolean], contentId: Option[String], displayName: Option[String], hintOverlay: Option[Int]) extends Binding[ToastTemplate]

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

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 productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def xml: Elem

Attributes

Definition Classes
Inherited from:
Binding

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps

Attributes

Inherited from:
XmlOps