Session.Builder
Questa classe non è più disponibile nella versione più recente dell'SDK.
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Builder class used to create a Session.

Estende:Object
Pacchetto:facebook
Costruttori
Session.Builder(Context)

Constructs a new Builder associated with the context.

public Session.Builder(Context context)
ParametroDescrizione
contextThe Activity or Service starting the Session
Metodi di istanza
setApplicationId(String)

Sets the application id for the Session.

public Builder setApplicationId(String applicationId)
ParametroDescrizione
applicationIdThe application id
Returns
The Builder instance
setTokenCachingStrategy(TokenCachingStrategy)

Sets the TokenCachingStrategy for the Session.

public Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
ParametroDescrizione
tokenCachingStrategyThe token cache to use
Returns
The Builder instance
build()

Build the Session.

public Session build()
Returns
A new Session