ToastTemplate

com.malliina.push.wns.ToastTemplate
See theToastTemplate companion object
sealed abstract class ToastTemplate(val name: String) extends Template

Attributes

Companion:
object
Graph
Supertypes
trait Template
trait Named
class Object
trait Matchable
class Any
Known subtypes
object ToastGeneric.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Named -> Any
Inherited from:
Named

Concrete fields

val name: String