GoogleClient

class GoogleClient(apiKey: String, postEndpoint: FullUrl, http: HttpClient[Future])(implicit ec: ExecutionContext) extends GoogleClientBase[Future] with PushClient[GCMToken, GCMMessage, MappedGCMResponse]
class GoogleClientBase[Future]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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