retryPolicyClass

var retryPolicyClass: Class<out RetryPolicy>

Implement a custom {@link RetryPolicy} to decide if a failed report should be resent or not.

Return

a class that decides if a report should be resent (usually if one or more senders failed).

Since

4.9.1