-
- All Implemented Interfaces:
-
com.appsflyer.internal.components.queue.TaskType,java.io.Serializable,kotlin.Comparable
public enum AppsFlyerTaskType extends Enum<AppsFlyerTaskType> implements TaskType
AppsFlyer SDK-specific task type definitions used in the task queue.
IMPORTANT: Enum name values are persisted in cache to identify task types. Do not rename them without adding migration logic in com.appsflyer.internal.cache.CacheRequestData and com.appsflyer.internal.cache.CacheManager.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppsFlyerTaskType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description ADREVENUEARS_VALIDATEIMPRESSIONSPURCHASE_VALIDATEMANUAL_PURCHASE_VALIDATIONINAPPLAUNCHREGISTERGCDSDKATTRRESOLVE_ESPDLSDKONELINKPLAY_INTEGRITY_APICONVERSIONCACHED_EVENTLOAD_CACHEFETCH_ADVERTISING_IDRC_CDN
-
Method Summary
Modifier and Type Method Description IntegergetPriority()Priority of the task in the Queue, lower number = higher priority. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getPriority
Integer getPriority()
Priority of the task in the Queue, lower number = higher priority.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-