Android SDK Version


public abstract class AccessTokenTracker
This class can be extended to receive notifications of access token changes. The {@link
Fragment.
Nested Class Summary
Modifier and TypeClassDescription
public classAccessTokenTracker.Companion
Field Summary
Modifier and TypeFieldDescription
private BooleanisTracking
Constructor Summary
ConstructorDescription
AccessTokenTracker()
Method Summary
Modifier and TypeMethodDescription
final BooleangetIsTracking() Gets whether the tracker is tracking the current access token.
final UnitsetIsTracking(Boolean isTracking)
final UnitstartTracking() Starts tracking the current access token
final UnitstopTracking() Stops tracking the current access token.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

AccessTokenTracker

AccessTokenTracker()
Method Detail

getIsTracking

 final BooleangetIsTracking()
Gets whether the tracker is tracking the current access token.

setIsTracking

 final UnitsetIsTracking(Boolean isTracking)

startTracking

 final UnitstartTracking()
Starts tracking the current access token

stopTracking

 final UnitstopTracking()
Stops tracking the current access token.