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

Packages that use StackMobPushToken
com.stackmob.sdk.model Base classes for objects that map to StackMob data. 
com.stackmob.sdk.push Support classes for push methods. 
 

Uses of StackMobPushToken in com.stackmob.sdk.model
 

Methods in com.stackmob.sdk.model with parameters of type StackMobPushToken
 void StackMobUser.registerForPush(StackMobPushToken token, StackMobRawCallback callback)
          register this user for push
 void StackMobUser.removeFromPush(StackMobPushToken token, StackMobRawCallback callback)
          remove this token from push
 

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
 void StackMobPush.registerForPushWithUser(StackMobPushToken token, String username, boolean overwrite, StackMobRawCallback callback)
          register a user for Android Push notifications.
 void StackMobPush.registerForPushWithUser(StackMobPushToken token, String username, StackMobRawCallback callback)
          register a user for Android Push notifications.
 void StackMobPush.removePushToken(StackMobPushToken token, StackMobRawCallback callback)
          remove a push token for this app
 com.google.gson.JsonElement StackMobPushTokenSerializer.serialize(StackMobPushToken token, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 

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



Copyright © 2013 StackMob. All Rights Reserved.