case class WebNotification(title: Option[String] = None, body: Option[String] = None, icon: Option[String] = None, image: Option[String] = None, lang: Option[String] = None, tag: Option[String] = None, badge: Option[String] = None, dir: Option[String] = None, vibrate: Option[Seq[Int]] = None, renotify: Option[Boolean] = None, require_interaction: Option[Boolean] = None, silent: Option[Boolean] = None, timestamp: Option[Long] = None, actions: Option[Seq[WebActions]] = None) extends Product with Serializable

WebNotification model.

Source
WebConfig.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebNotification
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WebNotification(title: Option[String] = None, body: Option[String] = None, icon: Option[String] = None, image: Option[String] = None, lang: Option[String] = None, tag: Option[String] = None, badge: Option[String] = None, dir: Option[String] = None, vibrate: Option[Seq[Int]] = None, renotify: Option[Boolean] = None, require_interaction: Option[Boolean] = None, silent: Option[Boolean] = None, timestamp: Option[Long] = None, actions: Option[Seq[WebActions]] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actions: Option[Seq[WebActions]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val badge: Option[String]
  7. val body: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. val dir: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. val icon: Option[String]
  13. val image: Option[String]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val lang: Option[String]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val renotify: Option[Boolean]
  21. val require_interaction: Option[Boolean]
  22. val silent: Option[Boolean]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val tag: Option[String]
  25. val timestamp: Option[Long]
  26. val title: Option[String]
  27. val vibrate: Option[Seq[Int]]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def withActions(actions: Seq[WebActions]): WebNotification
  32. def withBadge(value: String): WebNotification
  33. def withBody(value: String): WebNotification
  34. def withDir(value: String): WebNotification
  35. def withIcon(value: String): WebNotification
  36. def withImage(value: String): WebNotification
  37. def withLang(value: String): WebNotification
  38. def withRenotify(value: Boolean): WebNotification
  39. def withRequireInteraction(value: Boolean): WebNotification
  40. def withSilent(value: Boolean): WebNotification
  41. def withTag(value: String): WebNotification
  42. def withTimestamp(value: Long): WebNotification
  43. def withTitle(value: String): WebNotification
  44. def withVibrate(value: Seq[Int]): WebNotification

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped