com.stackmob.sdk.push
Class StackMobPushToken

java.lang.Object
  extended by com.stackmob.sdk.push.StackMobPushToken

public class StackMobPushToken
extends Object


Nested Class Summary
static class StackMobPushToken.TokenType
           
 
Constructor Summary
StackMobPushToken(String token, StackMobPushToken.TokenType type)
           
StackMobPushToken(String token, StackMobPushToken.TokenType type, Long registeredMS)
           
 
Method Summary
 Long getRegisteredMilliseconds()
           
 String getToken()
           
 StackMobPushToken.TokenType getTokenType()
           
 void setTokenType(StackMobPushToken.TokenType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMobPushToken

public StackMobPushToken(String token,
                         StackMobPushToken.TokenType type)

StackMobPushToken

public StackMobPushToken(String token,
                         StackMobPushToken.TokenType type,
                         Long registeredMS)
Method Detail

getToken

public String getToken()

getTokenType

public StackMobPushToken.TokenType getTokenType()

setTokenType

public void setTokenType(StackMobPushToken.TokenType type)

getRegisteredMilliseconds

public Long getRegisteredMilliseconds()


Copyright © 2012 StackMob. All Rights Reserved.