Package

com.mle.push

mpns

Permalink

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

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

    Permalink
  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

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

    Permalink

  5. trait MPNSMessage extends AnyRef

    Permalink

  6. case class MPNSToken extends Token with Product with Serializable

    Permalink

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

    Permalink

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

    Permalink
  9. trait TileMessage extends MPNSMessage

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

    Permalink

Value Members

  1. object MPNSClient

    Permalink
  2. object MPNSPayloads

    Permalink

    Do not automatically format this file.

  3. object MPNSToken extends TokenCompanion[MPNSToken] with Serializable

    Permalink
  4. object PushUrl extends Serializable

    Permalink
  5. object PushUrls extends FileSet[PushUrl]

    Permalink

Ungrouped