Implements Uploader and stubs RequestCache and RequestFailureHandler.
Uploader sends requests to the Lytics API. If a request fails, the uploader uses RequestFailureHandler to determine whether it should retry the request, store it to retry later, or discard it due to an unrecoverable error.
Implements
Uploader
and stubsRequestCache
andRequestFailureHandler
.Uploader
sends requests to the Lytics API. If a request fails, the uploader usesRequestFailureHandler
to determine whether it should retry the request, store it to retry later, or discard it due to an unrecoverable error.