All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.push.mpns.PushUrl.scala Maven / Gradle / Ivy

The newest version!
package com.mle.push.mpns

import play.api.libs.json.Json

/**
 *
 * @author mle
 */
case class PushUrl(url: String, silent: Boolean, tag: String)

object PushUrl {
  implicit val json = Json.format[PushUrl]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy