Scenario

com.malliina.push.wns.Scenario
See theScenario companion object
sealed abstract class Scenario(val name: String) extends Named

Attributes

Companion
object
Graph
Supertypes
trait Named
class Object
trait Matchable
class Any
Known subtypes
object Alarm.type
object Default.type
object IncomingCall.type
object Reminder.type

Members list

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