Package 

Class AccessTokenTracker


  • 
    public abstract class AccessTokenTracker
    
                        

    This class can be extended to receive notifications of access token changes. The {@link

    Fragment.

    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsTracking() Gets whether the tracker is tracking the current access token.
      final Unit setIsTracking(Boolean isTracking)
      final Unit startTracking() Starts tracking the current access token
      final Unit stopTracking() Stops tracking the current access token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait