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)
          Broadcast a push notification to all devices running this app.
 void PushService.sendPush(List<String> tokens, int badge, String sound, String alert)
          Send a push notification to all devices identified by the tokens provided.
 void PushService.sendPush(List<String> recipients, int badge, String sound, String alert, boolean recipientsAreTokens)
          Send a push notification to all devices identified by the recipients list.
 



Copyright © 2011 StackMob. All Rights Reserved.