Session.Builder
最新バージョンのSDKではこのクラスは使用できません。
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

Builder class used to create a Session.

拡張:Object
パッケージ:facebook
コンストラクター
Session.Builder(Context)

Constructs a new Builder associated with the context.

public Session.Builder(Context context)
パラメーター説明
contextThe Activity or Service starting the Session
インスタンスメソッド
setApplicationId(String)

Sets the application id for the Session.

public Builder setApplicationId(String applicationId)
パラメーター説明
applicationIdThe application id
Returns
The Builder instance
setTokenCachingStrategy(TokenCachingStrategy)

Sets the TokenCachingStrategy for the Session.

public Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
パラメーター説明
tokenCachingStrategyThe token cache to use
Returns
The Builder instance
build()

Build the Session.

public Session build()
Returns
A new Session