PushKitNotification

org.apache.pekko.stream.connectors.huawei.pushkit.models.PushKitNotification
See thePushKitNotification companion object
case class PushKitNotification(data: Option[String], notification: Option[BasicNotification], android: Option[AndroidConfig], apns: Option[ApnsConfig], webpush: Option[WebConfig], token: Option[Seq[String]], topic: Option[String], condition: Option[String])

Message model.

Attributes

See also
Companion
object
Source
PushKitNotification.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product