| Constructor and Description |
|---|
Session.Builder(android.content.Context context)
Constructs a new Builder associated with the context.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
build()
Build the Session.
|
Session.Builder |
setApplicationId(String applicationId)
Sets the application id for the Session.
|
Session.Builder |
setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
Sets the TokenCachingStrategy for the Session.
|
public Session.Builder(android.content.Context context)
context - the Activity or Service starting the Sessionpublic Session.Builder setApplicationId(String applicationId)
applicationId - the application idpublic Session.Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
tokenCachingStrategy - the token cache to usepublic Session build()
Copyright © 2013. All Rights Reserved.