org.scalajs.dom.experimental

NotificationOptions

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val body: String

    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

  8. def clone(): AnyRef

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

    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

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

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

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

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

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

    Definition Classes
    Object
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. val icon: String

    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

  17. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Object
  19. val lang: String

    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

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

    Definition Classes
    AnyRef
  21. val noscreen: Boolean

    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

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val onclick: Function0[Any]

    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

  25. val onerror: Function0[Any]

    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

  26. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  27. val renotify: Boolean

    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

  28. val silent: Boolean

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

    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

  29. val sound: String

    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

  30. val sticky: Boolean

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

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

    MDN

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

    Definition Classes
    AnyRef
  32. val tag: String

    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

  33. def toLocaleString(): String

    Definition Classes
    Object
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any

    Definition Classes
    Object
  36. val vibrate: Array[Double]

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped