com.mle.push

mpns

package mpns

Visibility
  1. Public
  2. All

Type Members

  1. case class CycleTile(smallBackgroundImage: String, cycleImage1: String, cycleImage2: String, cycleImage3: String, cycleImage4: String, cycleImage5: String, cycleImage6: String, cycleImage7: String, cycleImage8: String, cycleImage9: String, count: Int, title: String) extends TileMessage with Product with Serializable

  2. case class FlipData(smallBackgroundImage: String, wideBackgroundImage: String, wideBackBackgroundImage: String, wideBackContent: String, tile: TileData) extends TileMessage with Product with Serializable

  3. case class IconicData(smallIconImage: String, iconImage: String, wideContent1: String, wideContent2: String, wideContent3: String, count: Int, title: String, backgroundColor: String) extends TileMessage with Product with Serializable

  4. class MPNSClient extends PushClient[MPNSMessage, Response] with Log

  5. trait MPNSMessage extends AnyRef

  6. case class PushUrl(url: String, silent: Boolean, tag: String) extends Product with Serializable

  7. case class TileData(backgroundImage: String, count: Int, title: String, backBackgroundImage: String, backTitle: String, backContent: String) extends TileMessage with Product with Serializable

  8. trait TileMessage extends MPNSMessage

  9. case class ToastMessage(text1: String, text2: String, deepLink: String, silent: Boolean) extends MPNSMessage with Product with Serializable

Value Members

  1. object MPNSClient

  2. object MPNSPayloads

    Do not automatically format this file.

  3. object PushUrl extends Serializable

  4. object PushUrls extends FileSet[PushUrl]

Ungrouped