FCMLegacyClient

class FCMLegacyClient(apiKey: String, http: HttpClient[[T] =>> Future[T]], ec: ExecutionContext) extends GoogleClient
Companion
object
class GoogleClientBase[[T] =>> Future[T]]
trait PushClientF[GCMToken, GCMMessage, MappedGCMResponse, [T] =>> Future[T]]
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