Audio

com.malliina.push.wns.Audio
See theAudio companion object
case class Audio(src: Option[String], silent: Boolean, loop: Boolean) extends Xmlable

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

def xml: Elem

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

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps

Attributes

Inherited from:
XmlOps