Uses of Class
com.stackmob.core.PushServiceException

Packages that use PushServiceException
com.stackmob.sdkapi   
 

Uses of PushServiceException in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that throw PushServiceException
 void PushService.broadcastPush(int badge, String sound, String alert)
          Deprecated. use PushService.broadcastPush(java.util.Map) instead. this method only broadcasts to iOS devices
 void PushService.broadcastPush(Map<String,String> pairs)
          broadcast a push to all devices registered to the current application.
 Set<PushService.TokenType> PushService.getSendableDevicesForPayload(Map<String,String> pairs)
          get the devices that can be sent to with the given payload.
 void PushService.sendPush(List<String> tokens, int badge, String sound, String alert)
          Deprecated. use PushService.sendPushToTokens(java.util.List, java.util.Map) instead. This method only pushes to iOS devices
 void PushService.sendPush(List<String> recipients, int badge, String sound, String alert, boolean recipientsAreTokens)
          Deprecated. use PushService.sendPushToUsers(java.util.List, java.util.Map) instead. This only sends to iOS devices
 void PushService.sendPushToTokens(List<PushService.TokenAndType> tokens, Map<String,String> pairs)
          Send a push notification to each device identified by the tokens provided.
 void PushService.sendPushToUsers(List<String> users, Map<String,String> pairs)
          send a push notification to all of the devices registered to the given users.
 



Copyright © 2012 StackMob. All Rights Reserved.