retryPolicy property
- @JsonKey(name: 'retryPolicy')
final
Specifies the retry behavior in case an analytics request cannot be sent to the analytics backend. See RetryPolicy for the available settings. Default is RetryPolicy.noRetry
Implementation
@JsonKey(name: 'retryPolicy')
final RetryPolicy retryPolicy;