RetryPolicy

interface RetryPolicy

A policy which determines if a report should be resent.

Author

F43nd1r

Since

4.9.1

Inheritors

Types

Link copied to clipboard
class FailedSender(val sender: ReportSender, val exception: ReportSenderException)

Functions

Link copied to clipboard
abstract fun shouldRetrySend(senders: List<ReportSender>, failedSenders: List<RetryPolicy.FailedSender>): Boolean