Package 

Class SendRegisterTask

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

    
    public final class SendRegisterTask
    extends SendEventTask
                        

    Registers the device's push token with the AppsFlyer backend to enable uninstall tracking.

    Customers wire their FCM/push token via AppsFlyerLib.updateServerUninstallToken(ctx, token) (or FirebaseMessagingServiceListener); on GCM's uninstall signal the backend fires a server-side postback to the customer's reporting endpoint. On success, persists sentRegisterRequestToAF = true so the same token is not re-sent next session.

    Customer entry point: AppsFlyerLib.updateServerUninstallToken(ctx, token).