Package 

Class SendEventTask

  • All Implemented Interfaces:
    java.util.concurrent.Callable , kotlin.Comparable

    
    public class SendEventTask
    extends HttpTask<String>
                        

    Base HTTP task for shipping an AFEvent to the AppsFlyer backend — every event-emitting path eventually lands on this class or one of its subclasses (SendLaunchTask, SendRegisterTask, SendAdRevenueTask, or a direct instance for plain in-app events).

    Customer entry point: every public event-emitting API — AppsFlyerLib.start, AppsFlyerLib.logEvent, AppsFlyerLib.logAdRevenue, AppsFlyerLib.updateServerUninstallToken, deep-link callbacks — eventually produces an AFEvent that reaches this task through SendToServerRunnable or one of the dedicated subclass paths.