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