Object/Class

atom.app

Notification

Related Docs: class Notification | package app

Permalink

object Notification extends Serializable

Notification channels enumeration.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Notification
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Channel extends AnyRef

    Permalink

    Notification channel for delivery.

  2. case class Email(to: String) extends Channel with Product with Serializable

    Permalink

    Email notification channel.

    Email notification channel.

    to

    email address

  3. class Im extends Channel

    Permalink

    Instant messenger notification channel.

  4. case class Sms(phone: String) extends Channel with Product with Serializable

    Permalink

    SMS notification channel.

    SMS notification channel.

    phone

    phone number

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. object Im

    Permalink

    Instant messenger initialization object.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create(user: String, ref: String, source: String, title: String, text: String, channels: Set[Channel], sender: String, expiration: ZonedDateTime): Notification

    Permalink

    Simplified notification creation.

    Simplified notification creation.

    user

    identity of the user that should be notified

    ref

    reference code that create the notification

    source

    identity of the source that create notification event

    title

    notification title

    text

    notification text

    channels

    channels for notification

    sender

    identity of the notification's sender

    expiration

    expiration of the notification

    returns

    an instance of the notification

  8. def create(user: String, ref: String, source: String, title: String, text: String, channels: Set[Channel], sender: String): Notification

    Permalink

    Simplified notification creation.

    Simplified notification creation.

    user

    identity of the user that should be notified

    ref

    reference code that create the notification

    source

    identity of the source that create notification event

    title

    notification title

    text

    notification text

    channels

    channels for notification

    sender

    identity of the notification's sender

    returns

    an instance of the notification

  9. def create(user: String, ref: String, source: String, title: String, text: String, channels: Set[Channel]): Notification

    Permalink

    Simplified notification creation.

    Simplified notification creation.

    user

    identity of the user that should be notified

    ref

    reference code that create the notification

    source

    identity of the source that create notification event

    title

    notification title

    text

    notification text

    channels

    channels for notification

    returns

    an instance of the notification

  10. def create(user: String, ref: String, source: String, title: String, text: String): Notification

    Permalink

    Simplified notification creation.

    Simplified notification creation.

    user

    identity of the user that should be notified

    ref

    reference code that create the notification

    source

    identity of the source that create notification event

    title

    notification title

    text

    notification text

    returns

    an instance of the notification

  11. def email(to: String): Email

    Permalink

    Email notification channel.

    Email notification channel.

    to

    email address

    returns

    an instance of the email channel

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val im: Im

    Permalink

    Instant messenger instance

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def sms(phone: String): Sms

    Permalink

    SMS notification channel.

    SMS notification channel.

    phone

    phone number

    returns

    an instance of the phone channel

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped