Package 

Class RetentionManager


  • 
    public final class RetentionManager
    
                        

    Class responsible of holding the logic for the retention of your HTTP transactions. You can customize how long data should be stored here.

    • Constructor Detail

      • RetentionManager

        RetentionManager(Context context, RetentionManager.Period retentionPeriod)
        Parameters:
        context - An Android Context
        retentionPeriod - A Period to specify the retention of data.
      • RetentionManager

        RetentionManager(Context context)
        Parameters:
        context - An Android Context