Request.GraphUserListCallback
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Specifies the interface that consumers of Request.executeMyFriendsRequestAsync(Session, com.facebook.Request.GraphUserListCallback) can use to be notified when the request completes, either successfully or with an error.

패키지:facebook
인스턴스 메서드
onCompleted(List, Response)

The method that will be called when the request completes.

public void onCompleted(List users, Response response)
매개변수설명
usersThe list of GraphObjects representing the returned friends, or null
responseThe Response of this request, which may include error information if the request was unsuccessful