Package

com.malliina.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 WindowsClient[MPNSToken, WindowsMessage]

    Permalink
  5. case class MPNSToken extends Token with Product with Serializable

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

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

    Permalink
  8. trait TileMessage extends WindowsMessage

    Permalink
  9. case class ToastMessage(text1: String, text2: String, deepLink: String, silent: Boolean) extends WindowsMessage 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 SimpleCompanion[String, MPNSToken] with TokenCompanion[MPNSToken] with Serializable

    Permalink
  4. object PushUrl extends Serializable

    Permalink
  5. object PushUrls extends FileSet[PushUrl]

    Permalink

Ungrouped