Uses of Class
com.stackmob.sdkapi.PushService.TokenType

Packages that use PushService.TokenType
com.stackmob.sdkapi   
 

Uses of PushService.TokenType in com.stackmob.sdkapi
 

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

Methods in com.stackmob.sdkapi that return types with arguments of type PushService.TokenType
 Set<PushService.TokenType> PushService.getSendableDevicesForPayload(Map<String,String> pairs)
          get the devices that can be sent to with the given payload.
 

Constructors in com.stackmob.sdkapi with parameters of type PushService.TokenType
PushService.TokenAndType(String token, PushService.TokenType type)
           
 



Copyright © 2012 StackMob. All Rights Reserved.