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)
พารามิเตอร์ | คำอธิบาย |
---|---|
context | The Activity or Service starting the Session |
setApplicationId(String)
Sets the application id for the Session.
public Builder setApplicationId(String applicationId)
พารามิเตอร์ | คำอธิบาย |
---|---|
applicationId | The application id |
setTokenCachingStrategy(TokenCachingStrategy)
Sets the TokenCachingStrategy for the Session.
public Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
พารามิเตอร์ | คำอธิบาย |
---|---|
tokenCachingStrategy | The token cache to use |
build()
Build the Session.
public Session build()