Package 

Class ProfileTracker


  • 
    public abstract class ProfileTracker
    
                        

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

    • Constructor Summary

      Constructors 
      Constructor Description
      ProfileTracker()
    • 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 profile.
      final Unit stopTracking() Stops tracking the current profile.
      • Methods inherited from class java.lang.Object

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