Retry Policy
A policy which determines if a report should be resent.
Author
F43nd1r
Since
4.9.1
Types
Link copied to clipboard
class FailedSender(val sender: ReportSender, val exception: ReportSenderException)
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun shouldRetrySend(senders: List<ReportSender>, failedSenders: List<RetryPolicy.FailedSender>): Boolean
Content copied to clipboard