Uses of Class
com.stackmob.sdk.push.StackMobPushToken

Packages that use StackMobPushToken
com.stackmob.sdk.api   
com.stackmob.sdk.push   
 

Uses of StackMobPushToken in com.stackmob.sdk.api
 

Method parameters in com.stackmob.sdk.api with type arguments of type StackMobPushToken
 StackMobRequestSendResult StackMob.pushToTokens(Map<String,String> payload, List<StackMobPushToken> tokens, StackMobRawCallback callback)
          send a push notification to a group of tokens
 

Uses of StackMobPushToken in com.stackmob.sdk.push
 

Methods in com.stackmob.sdk.push that return StackMobPushToken
 StackMobPushToken StackMobPushTokenDeserializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
 

Methods in com.stackmob.sdk.push with parameters of type StackMobPushToken
 com.google.gson.JsonElement StackMobPushTokenSerializer.serialize(StackMobPushToken token, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 



Copyright © 2012 StackMob. All Rights Reserved.