com
.
stackmob
.
customcode
.
dev
.
server
.
sdk
.
push
PushServiceImpl
class
PushServiceImpl
extends
PushService
Linear Supertypes
PushService
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PushServiceImpl
PushService
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
PushServiceImpl
(
stackmobPush:
StackMobPush
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
broadcastPush
(
badge:
Int
,
sound:
String
,
alert:
String
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[PushServiceException]
)
def
broadcastPush
(
pairs:
JavaMap
[
String
,
String
]
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[PushServiceException]
)
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getAllExpiredTokens
(
clear:
Boolean
)
:
JavaMap
[
TokenAndType
,
JavaLong
]
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[DatastoreException]
)
def
getAllTokensForUsers
(
users:
JavaList
[
String
]
)
:
JavaMap
[
String
,
JavaList
[
TokenAndType
]]
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[DatastoreException]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getExpiredTokens
(
clear:
Boolean
)
:
JavaMap
[
String
,
JavaLong
]
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[DatastoreException]
)
def
getSendableDevicesForPayload
(
pairs:
JavaMap
[
String
,
String
]
)
:
JavaSet
[
TokenType
]
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[PushServiceException]
)
def
getTokensForUsers
(
users:
JavaList
[
String
]
)
:
JavaMap
[
String
,
String
]
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[DatastoreException]
)
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
registerToken
(
username:
String
,
token:
String
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[DatastoreException]
)
def
registerTokenForUser
(
username:
String
,
token:
TokenAndType
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[DatastoreException]
)
def
removeToken
(
token:
String
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[DatastoreException]
)
def
removeToken
(
token:
TokenAndType
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[DatastoreException]
)
def
sendPush
(
recipients:
JavaList
[
String
]
,
badge:
Int
,
sound:
String
,
alert:
String
,
recipientsAreTokens:
Boolean
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[PushServiceException]
)
def
sendPush
(
recipients:
JavaList
[
String
]
,
badge:
Int
,
sound:
String
,
alert:
String
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@Deprecated
@throws
(
classOf[PushServiceException]
)
def
sendPushToTokens
(
tokens:
JavaList
[
TokenAndType
]
,
pairs:
JavaMap
[
String
,
String
]
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[PushServiceException]
)
def
sendPushToUsers
(
users:
JavaList
[
String
]
,
pairs:
JavaMap
[
String
,
String
]
)
:
Unit
Definition Classes
PushServiceImpl
→ PushService
Annotations
@throws
(
classOf[PushServiceException]
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
PushService
Inherited from
AnyRef
Inherited from
Any
Ungrouped