should Retry Send
abstract fun shouldRetrySend(senders: List<ReportSender>, failedSenders: List<RetryPolicy.FailedSender>): Boolean
Return
if the request should be resent later.
Parameters
senders
a list of all senders.
failed Senders
a list of all failed senders with the thrown exceptions.