com.mle.push

gcm

package gcm

Visibility
  1. Public
  2. All

Type Members

  1. case class AndroidDevice(id: String, tag: String) extends Product with Serializable

    id

    the GCM registration ID

    tag

    custom app-provided tag

  2. case class GoogleMessage(registration_ids: Seq[String], data: Map[String, String], time_to_live: Duration = 20.seconds) extends Product with Serializable

  3. class GoogleMessaging extends PushClient[AndroidMessage]

Value Members

  1. object AndroidDevice extends Serializable

  2. object GoogleMessage extends Serializable

  3. object GoogleMessaging

Ungrouped