Package com.appsflyer.internal.components.queue
See: Description
-
Enum Summary Enum Description QueueResult TaskType Used to distinguish task types and find out their priorities. -
Interface Summary Interface Description QueueStatusListener Listener allows to check state of tasks in Queue. -
Class Summary Class Description Task Executable piece of work in the Queue, child classes can do any actual type of work, Queue doesn't care. TaskQueue Class manages priority and dependencies based execution of background tasks. TimeoutTimerTask Timer task used to interrupt thread execution on timeout