Packages

package fcm

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class FcmErrorResponse(rawError: String) extends FcmResponse with Product with Serializable
  2. case class FcmNotification(data: Option[Map[String, String]] = None, notification: Option[BasicNotification] = None, android: Option[AndroidConfig] = None, webPush: Option[WebPushConfig] = None, apns: Option[ApnsConfig] = None, token: Option[String] = None, topic: Option[String] = None, condition: Option[String] = None) extends Product with Serializable
  3. sealed trait FcmResponse extends AnyRef
  4. final class FcmSettings extends AnyRef
  5. final case class FcmSuccessResponse(name: String) extends FcmResponse with Product with Serializable

Ungrouped