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

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

Uses of StackMobPushToken.TokenType in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api with parameters of type StackMobPushToken.TokenType
 StackMobRequestSendResult StackMob.removePushToken(String tokenString, StackMobPushToken.TokenType tokenType, StackMobRawCallback callback)
          remove a push token for this app
 

Uses of StackMobPushToken.TokenType in com.stackmob.sdk.push
 

Methods in com.stackmob.sdk.push that return StackMobPushToken.TokenType
 StackMobPushToken.TokenType StackMobPushToken.getTokenType()
           
static StackMobPushToken.TokenType StackMobPushToken.TokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StackMobPushToken.TokenType[] StackMobPushToken.TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.stackmob.sdk.push with parameters of type StackMobPushToken.TokenType
StackMobPushToken(String token, StackMobPushToken.TokenType type)
           
StackMobPushToken(String token, StackMobPushToken.TokenType type, Long registeredMS)
           
 



Copyright © 2012 StackMob. All Rights Reserved.