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