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

Packages that use StackMobPushToken.TokenType
com.stackmob.sdk.push Support classes for push methods. 
 

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

Methods in com.stackmob.sdk.push that return StackMobPushToken.TokenType
 StackMobPushToken.TokenType StackMobPushToken.getTokenType()
          get the token type
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.
 

Methods in com.stackmob.sdk.push with parameters of type StackMobPushToken.TokenType
static void StackMobPush.setPushType(StackMobPushToken.TokenType type)
          Sets the type of push this StackMob instance will do.
static void StackMobPushToken.setPushType(StackMobPushToken.TokenType type)
          Sets the type of push this StackMob instance will do.
 void StackMobPushToken.setTokenType(StackMobPushToken.TokenType type)
          change the token type
 

Constructors in com.stackmob.sdk.push with parameters of type StackMobPushToken.TokenType
StackMobPushToken(String token, StackMobPushToken.TokenType type)
          create a token with a string and type
 



Copyright © 2012 StackMob. All Rights Reserved.