ProfileTracker
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

This class can be extended to receive notifications of profile changes. The ProfileTracker.stopTracking() method should be called in the onDestroy() method of the receiving Activity or Fragment.

ขยาย:Object
แพ็คเกจ:facebook
ผู้สร้าง
ProfileTracker()

Constructor.

public ProfileTracker()
วิธีการแบบอินสแตนซ์
onCurrentProfileChanged(Profile, Profile)

The method that will be called when the profile changes.

protected abstract void onCurrentProfileChanged(Profile oldProfile, Profile currentProfile)
พารามิเตอร์คำอธิบาย
oldProfileThe profile before the change.
currentProfileThe new profile.
startTracking()

Starts tracking the current profile.

public void startTracking()
stopTracking()

Stops tracking the current profile.

public void stopTracking()
isTracking()

Gets whether the tracker is tracking the current access token.

public boolean isTracking()
Returns
True if the tracker is the tracking the current access token, false if not