FCMLegacyClient

class FCMLegacyClient(apiKey: String, http: HttpClient[Future], ec: ExecutionContext) extends GoogleClient
Companion:
object
class GoogleClientBase[Future]
class Object
trait Matchable
class Any

Value members

Inherited methods

def push(id: GCMToken, message: GCMMessage): Future[MappedGCMResponse]
Inherited from:
GoogleClient
def pushAll(ids: Seq[GCMToken], message: GCMMessage): Future[Seq[MappedGCMResponse]]
Inherited from:
GoogleClient
protected def send(message: GCMLetter): Future[HttpResponse]
Inherited from:
GoogleClientBase
def send(id: GCMToken, data: Map[String, String]): Future[HttpResponse]
Inherited from:
GoogleClientBase
protected def sendLimited(ids: Seq[GCMToken], message: GCMMessage): Future[HttpResponse]
Inherited from:
GoogleClientBase

Inherited fields

val postEndpoint: FullUrl
Inherited from:
GoogleClientBase