Package 

Class AccessTokenTracker


  • 
    public abstract class AccessTokenTracker
    
                        

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isTracking
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessTokenTracker() The constructor.
    • Method Summary

      Modifier and Type Method Description
      boolean isTracking() Gets whether the tracker is tracking the current access token.
      void startTracking() Starts tracking the current access token
      void 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
    • Constructor Detail

      • AccessTokenTracker

        AccessTokenTracker()
        The constructor.
    • Method Detail

      • isTracking

         boolean isTracking()

        Gets whether the tracker is tracking the current access token.

      • startTracking

         void startTracking()

        Starts tracking the current access token

      • stopTracking

         void stopTracking()

        Stops tracking the current access token.