Deprecated API


Contents
Deprecated Interfaces
com.stackmob.sdkapi.DatastoreService
           
 

Deprecated Classes
com.stackmob.sdkapi.SMLong
          use SMInt instead 
 

Deprecated Methods
com.stackmob.sdkapi.PushService.broadcastPush(int, String, String)
          use PushService.broadcastPush(java.util.Map) instead. this method only broadcasts to iOS devices 
com.stackmob.core.rest.ProcessedAPIRequest.getAppUrlSafeName()
           
com.stackmob.sdkapi.SDKServiceProvider.getDatastoreService()
           
com.stackmob.sdkapi.PushService.getExpiredTokens(boolean)
          use PushService.getAllExpiredTokens(boolean) instead. This method only gets/removes iOS expired tokens, 
com.stackmob.core.rest.ResponseToProcess.getResponseStatus()
           
com.stackmob.sdkapi.PushService.getTokensForUsers(List)
          use PushService.getAllTokensForUsers(java.util.List) instead. This method only gets iOS tokens. 
com.stackmob.sdkapi.PushService.registerToken(String, String)
          use PushService.registerTokenForUser(String, TokenAndType) instead. This method only registers iOS tokens 
com.stackmob.sdkapi.PushService.removeToken(String)
          use PushService.removeToken(TokenAndType) instead. This method can only remove iOS tokens. 
com.stackmob.sdkapi.PushService.sendPush(List, int, String, String)
          use PushService.sendPushToTokens(java.util.List, java.util.Map) instead. This method only pushes to iOS devices 
com.stackmob.sdkapi.PushService.sendPush(List, int, String, String, boolean)
          use PushService.sendPushToUsers(java.util.List, java.util.Map) instead. This only sends to iOS devices 
 

Deprecated Constructors
com.stackmob.core.rest.ResponseToProcess(HttpResponseStatus)
           
com.stackmob.core.rest.ResponseToProcess(HttpResponseStatus, Map)
           
 



Copyright © 2012 StackMob. All Rights Reserved.