-
public final class RetentionManagerClass responsible of holding the logic for the retention of your HTTP transactions. You can customize how long data should be stored here.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRetentionManager.Period
-
Constructor Summary
Constructors Constructor Description RetentionManager(Context context, RetentionManager.Period retentionPeriod)RetentionManager(Context context)
-
-
-
Constructor Detail
-
RetentionManager
RetentionManager(Context context, RetentionManager.Period retentionPeriod)
- Parameters:
context- An Android ContextretentionPeriod- A Period to specify the retention of data.
-
RetentionManager
RetentionManager(Context context)
- Parameters:
context- An Android Context
-
-