Package com.appsflyer.internal.components.queue
See: Description
-
Enum Summary Enum Description QueueResult AppsFlyerTaskType AppsFlyer SDK-specific task type definitions used in the task queue. -
Interface Summary Interface Description QueueStatusListener Listener allows to check state of tasks in Queue. TaskType Generic interface representing a task type in the task queue framework. -
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 -
Object Summary Object Description Companion