|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PushService.TokenAndType | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of PushService.TokenAndType in com.stackmob.sdkapi |
|---|
| Methods in com.stackmob.sdkapi that return types with arguments of type PushService.TokenAndType | |
|---|---|
Map<PushService.TokenAndType,Long> |
PushService.getAllExpiredTokens(boolean clear)
get all of the tokens that are expired for this app |
Map<String,List<PushService.TokenAndType>> |
PushService.getAllTokensForUsers(List<String> users)
get all of the tokens for each of the given users |
| Methods in com.stackmob.sdkapi with parameters of type PushService.TokenAndType | |
|---|---|
void |
PushService.registerTokenForUser(String username,
PushService.TokenAndType token)
register a token for a given user |
void |
PushService.removeToken(PushService.TokenAndType token)
remove a token from the list of registered tokens |
| Method parameters in com.stackmob.sdkapi with type arguments of type PushService.TokenAndType | |
|---|---|
void |
PushService.sendPushToTokens(List<PushService.TokenAndType> tokens,
Map<String,String> pairs)
Send a push notification to each device identified by the tokens provided. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||