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