retryPolicyClass

abstract fun retryPolicyClass(): Class<out RetryPolicy>

Implement a custom 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).