Packages

object FcmNotificationModels

Use class from package org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models

Annotations
@deprecated @Deprecated
Deprecated

(Since version Alpakka 3.0.2) Use class from package org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models

Source
FcmNotificationModels.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FcmNotificationModels
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. case class AndroidConfig(collapse_key: String, priority: AndroidMessagePriority, ttl: String, restricted_package_name: String, data: Map[String, String], notification: AndroidNotification) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidConfig

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidConfig

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidConfig

  2. sealed trait AndroidMessagePriority extends AnyRef

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidMessagePriority

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidMessagePriority

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidMessagePriority

  3. case class AndroidNotification(title: String, body: String, icon: String, color: String, sound: String, tag: String, click_action: String, body_loc_key: String, body_loc_args: Seq[String], title_loc_key: String, title_loc_args: Seq[String]) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidNotification

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidNotification

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.AndroidNotification

  4. case class ApnsConfig(headers: Map[String, String], rawPayload: String) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.ApnsConfig

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.ApnsConfig

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.ApnsConfig

  5. case class BasicNotification(title: String, body: String) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.BasicNotification

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.BasicNotification

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.BasicNotification

  6. case class Condition(conditionText: String) extends NotificationTarget with Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

  7. sealed trait NotificationTarget extends AnyRef

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.NotificationTarget

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.NotificationTarget

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.NotificationTarget

  8. case class Token(token: String) extends NotificationTarget with Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Token

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Token

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Token

  9. case class Topic(topic: String) extends NotificationTarget with Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Topic

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Topic

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Topic

  10. case class WebPushConfig(headers: Map[String, String], data: Map[String, String], notification: WebPushNotification) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

  11. case class WebPushNotification(title: String, body: String, icon: String) extends Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.WebPushConfig

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. object Condition extends Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Condition

  2. case object High extends AndroidMessagePriority with Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.High

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.High

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.High

  3. case object Normal extends AndroidMessagePriority with Product with Serializable

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Normal

    Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Normal

    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version Alpakka 3.0.2) Use org.apache.pekko.stream.connectors.google.firebase.fcm.v1.models.Normal

Inherited from AnyRef

Inherited from Any

Ungrouped