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