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

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

ขยาย:TrackerBase
แพ็คเกจ:accountkit
ผู้สร้าง
AccessTokenTracker()
public AccessTokenTracker()
วิธีการแบบอินสแตนซ์
onCurrentAccessTokenChanged(AccessToken, AccessToken)

The method that will be called with the access token changes.

protected abstract void onCurrentAccessTokenChanged(AccessToken oldAccessToken, AccessToken currentAccessToken)
พารามิเตอร์คำอธิบาย
oldAccessTokenThe access token before the change.
currentAccessTokenThe new access token.
ค่าคงตัว
ACTION_CURRENT_ACCESS_TOKEN_CHANGED
public static final String ACTION_CURRENT_ACCESS_TOKEN_CHANGED
EXTRA_NEW_ACCESS_TOKEN
public static final String EXTRA_NEW_ACCESS_TOKEN
EXTRA_OLD_ACCESS_TOKEN
public static final String EXTRA_OLD_ACCESS_TOKEN