com.stackmob.customcode.dev.server.sdk.push

PushServiceImpl

class PushServiceImpl extends PushService

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

Instance Constructors

  1. new PushServiceImpl(stackmobPush: StackMobPush)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def broadcastPush(badge: Int, sound: String, alert: String): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[PushServiceException] )
  8. def broadcastPush(pairs: JavaMap[String, String]): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[PushServiceException] )
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getAllExpiredTokens(clear: Boolean): JavaMap[TokenAndType, JavaLong]

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[DatastoreException] )
  14. def getAllTokensForUsers(users: JavaList[String]): JavaMap[String, JavaList[TokenAndType]]

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[DatastoreException] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getExpiredTokens(clear: Boolean): JavaMap[String, JavaLong]

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[DatastoreException] )
  17. def getSendableDevicesForPayload(pairs: JavaMap[String, String]): JavaSet[TokenType]

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[PushServiceException] )
  18. def getTokensForUsers(users: JavaList[String]): JavaMap[String, String]

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[DatastoreException] )
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def registerToken(username: String, token: String): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[DatastoreException] )
  25. def registerTokenForUser(username: String, token: TokenAndType): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[DatastoreException] )
  26. def removeToken(token: String): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[DatastoreException] )
  27. def removeToken(token: TokenAndType): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[DatastoreException] )
  28. def sendPush(recipients: JavaList[String], badge: Int, sound: String, alert: String, recipientsAreTokens: Boolean): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[PushServiceException] )
  29. def sendPush(recipients: JavaList[String], badge: Int, sound: String, alert: String): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @Deprecated @throws( classOf[PushServiceException] )
  30. def sendPushToTokens(tokens: JavaList[TokenAndType], pairs: JavaMap[String, String]): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[PushServiceException] )
  31. def sendPushToUsers(users: JavaList[String], pairs: JavaMap[String, String]): Unit

    Definition Classes
    PushServiceImpl → PushService
    Annotations
    @throws( classOf[PushServiceException] )
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PushService

Inherited from AnyRef

Inherited from Any

Ungrouped