All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malliina.push.fcm.FCMLegacyClient.scala Maven / Gradle / Ivy

There is a newer version: 1.24.4
Show newest version
package com.malliina.push.fcm

import com.malliina.http.FullUrl
import com.malliina.push.fcm.FCMLegacyClient.FcmEndpoint
import com.malliina.push.gcm.GoogleClient

object FCMLegacyClient {
  val FcmEndpoint = FullUrl.https("fcm.googleapis.com", "/fcm/send")

  def apply(apiKey: String): FCMLegacyClient = new FCMLegacyClient(apiKey)
}

class FCMLegacyClient(apiKey: String) extends GoogleClient(apiKey, FcmEndpoint)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy