Android SDK Version


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

AuthenticationTokenTracker

AuthenticationTokenTracker()
Method Detail

getIsTracking

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

setIsTracking

 final UnitsetIsTracking(Boolean isTracking)

startTracking

 final UnitstartTracking()
Starts tracking the current authentication token

stopTracking

 final UnitstopTracking()
Stops tracking the current authentication token.