Package 

Class TaskQueue


  • 
    public class TaskQueue
    
                        

    Class manages priority and dependencies based execution of background tasks.

    Queue will reject adding same task in the same time. By default only tasks of the same object or tasks with the same type and ID are considered to be equal.

    You can control that behaviour by providing different id and type parameters in Task constructor. See appropriate constructor Task For example of that check com.appsflyer.internal.components.queue.tasks.UpdateRemoteControlTask