Scenario

sealed abstract class Scenario(val name: String) extends Named
Companion:
object
trait Named
class Object
trait Matchable
class Any
object Alarm.type
object Default.type
object IncomingCall.type
object Reminder.type

Value members

Inherited methods

override def toString: String
Definition Classes
Named -> Any
Inherited from:
Named

Concrete fields

val name: String