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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebNotification
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val dir: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val renotify: Option[Boolean]
  20. val require_interaction: Option[Boolean]
  21. val silent: Option[Boolean]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val tag: Option[String]
  24. val timestamp: Option[Long]
  25. val title: Option[String]
  26. val vibrate: Option[Seq[Int]]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withActions(actions: Seq[WebActions]): WebNotification
  31. def withBadge(value: String): WebNotification
  32. def withBody(value: String): WebNotification
  33. def withDir(value: String): WebNotification
  34. def withIcon(value: String): WebNotification
  35. def withImage(value: String): WebNotification
  36. def withLang(value: String): WebNotification
  37. def withRenotify(value: Boolean): WebNotification
  38. def withRequireInteraction(value: Boolean): WebNotification
  39. def withSilent(value: Boolean): WebNotification
  40. def withTag(value: String): WebNotification
  41. def withTimestamp(value: Long): WebNotification
  42. def withTitle(value: String): WebNotification
  43. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped