Session.Builder
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Builder class used to create a Session.

Mở rộng:Object
Gói:facebook
Xây dựng
Session.Builder(Context)

Constructs a new Builder associated with the context.

public Session.Builder(Context context)
Thông sốMô tả
contextThe Activity or Service starting the Session
Phương thức thực thể
setApplicationId(String)

Sets the application id for the Session.

public Builder setApplicationId(String applicationId)
Thông sốMô tả
applicationIdThe application id
Returns
The Builder instance
setTokenCachingStrategy(TokenCachingStrategy)

Sets the TokenCachingStrategy for the Session.

public Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
Thông sốMô tả
tokenCachingStrategyThe token cache to use
Returns
The Builder instance
build()

Build the Session.

public Session build()
Returns
A new Session