Trait/Object

org.scalajs.dom.experimental

NotificationOptions

Related Docs: object NotificationOptions | package experimental

Permalink

trait NotificationOptions extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotificationOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val body: String

    Permalink

    The body property of the Notification interface indicates the body string of the notification.

    The body property of the Notification interface indicates the body string of the notification.

    MDN

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val dir: String

    Permalink

    The dir property of the Notification interface indicates the text direction of the notification.

    The dir property of the Notification interface indicates the text direction of the notification.

    MDN

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. val icon: String

    Permalink

    The icon property of the Notification interface contains the URL of an icon to be displayed as part of the notification.

    The icon property of the Notification interface contains the URL of an icon to be displayed as part of the notification.

    MDN

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  17. val lang: String

    Permalink

    The lang property of the Notification interface indicates the text direction of the notification.

    The lang property of the Notification interface indicates the text direction of the notification.

    MDN

  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. val noscreen: Boolean

    Permalink

    The noscreen property of the Notification interface specifies whether the notification firing should enable the device's screen or not.

    The noscreen property of the Notification interface specifies whether the notification firing should enable the device's screen or not.

    MDN

  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val onclick: Function0[Any]

    Permalink

    The onclick property of the Notification interface specifies an event listener to receive click events.

    The onclick property of the Notification interface specifies an event listener to receive click events. These events occur when the user clicks on a displayed Notification.

    MDN

  23. val onerror: Function0[Any]

    Permalink

    The onerror property of the Notification interface specifies an event listener to receive error events.

    The onerror property of the Notification interface specifies an event listener to receive error events. These events occur when something goes wrong with a Notification (in many cases an error preventing the notification from being displayed.)

    MDN

  24. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  25. val renotify: Boolean

    Permalink

    The renotify property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one.

    The renotify property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one.

    MDN

  26. val silent: Boolean

    Permalink

    The silent property of the Notification interface specifies whether the notification should be silent, i.e.

    The silent property of the Notification interface specifies whether the notification should be silent, i.e. no sounds or vibrations should be issued, regardless of the device settings.

    MDN

  27. val sound: String

    Permalink

    The sound property of the Notification interface specifies the URL of an audio file to be played when the notification fires.

    The sound property of the Notification interface specifies the URL of an audio file to be played when the notification fires.

    MDN

  28. val sticky: Boolean

    Permalink

    The sticky property of the Notification interface specifies whether the notification should be 'sticky', i.e.

    The sticky property of the Notification interface specifies whether the notification should be 'sticky', i.e. not easily clearable by the user.

    MDN

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val tag: String

    Permalink

    The tag property of the Notification interface signifies an identifying tag for the notification.

    The tag property of the Notification interface signifies an identifying tag for the notification.

    The idea of notification tags is that more than one notification can share the same tag, linking them together. One notification can then be programmatically replaced with another to avoid the users' screen being filled up with a huge number of similar notifications.

    MDN

  31. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  34. val vibrate: Array[Double]

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped