com.stackmob.customcode.dev.server.sdk

push

package push

Linear Supertypes
JsonReaders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. push
  2. JsonReaders
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonReaders extends AnyRef

  2. class PushServiceImpl extends PushService

  3. type TokensAndTypes = List[TokenAndType]

  4. type UsersToTokensAndTypes = Map[String, TokensAndTypes]

Value Members

  1. val AndroidMaxBytes: Int

  2. val IosMaxBytes: Int

  3. def iosList(list: JavaList[String]): JavaList[TokenAndType]

  4. def iosMap(badge: Int, sound: String, alert: String): JavaMap[String, String]

  5. implicit def listJsonR[T](implicit arg0: net.liftweb.json.scalaz.JsonScalaz.JSONR[T]): net.liftweb.json.scalaz.JsonScalaz.JSONR[List[T]]

    Definition Classes
    JsonReaders
  6. implicit def mapJsonR[K, V](implicit arg0: net.liftweb.json.scalaz.JsonScalaz.JSONR[K], arg1: net.liftweb.json.scalaz.JsonScalaz.JSONR[V]): net.liftweb.json.scalaz.JsonScalaz.JSONR[Map[K, V]]

    Definition Classes
    JsonReaders
  7. def stackmobPushToken(t: TokenAndType): StackMobPushToken

  8. def tokenAndType(token: String, tokenType: TokenType): TokenAndType

  9. implicit val tokenAndTypeJSONR: net.liftweb.json.scalaz.JsonScalaz.JSONR[TokenAndType]

    Definition Classes
    JsonReaders
  10. def tokenType(t: TokenType): TokenType

Inherited from JsonReaders

Inherited from AnyRef

Inherited from Any

Ungrouped