com.stackmob.sdkapi
Class PushService.TokenAndType

java.lang.Object
  extended by com.stackmob.sdkapi.PushService.TokenAndType
Enclosing interface:
PushService

public static class PushService.TokenAndType
extends Object


Constructor Summary
PushService.TokenAndType(String token, PushService.TokenType type)
           
 
Method Summary
 String getToken()
           
 PushService.TokenType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushService.TokenAndType

public PushService.TokenAndType(String token,
                                PushService.TokenType type)
Method Detail

getToken

public String getToken()

getType

public PushService.TokenType getType()


Copyright © 2012 StackMob. All Rights Reserved.