FCMLegacyClient

com.malliina.push.fcm.FCMLegacyClient
See theFCMLegacyClient companion object
class FCMLegacyClient(apiKey: String, http: HttpClient[Future], ec: ExecutionContext) extends GoogleClient

Attributes

Companion
object
Graph
Supertypes
class GoogleClient
class GoogleClientBase[Future]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def push(id: GCMToken, message: GCMMessage): Future[MappedGCMResponse]

Attributes

Inherited from:
GoogleClient
def pushAll(ids: Seq[GCMToken], message: GCMMessage): Future[Seq[MappedGCMResponse]]

Attributes

Inherited from:
GoogleClient
protected def send(message: GCMLetter): F[HttpResponse]

Attributes

Inherited from:
GoogleClientBase
def send(id: GCMToken, data: Map[String, String]): F[HttpResponse]

Attributes

Inherited from:
GoogleClientBase
protected def sendLimited(ids: Seq[GCMToken], message: GCMMessage): F[HttpResponse]

Attributes

Inherited from:
GoogleClientBase

Inherited fields

val postEndpoint: FullUrl

Attributes

Inherited from:
GoogleClientBase