RetryPolicy enum
Specifies the retry behavior in case an analytics request cannot be sent.
Constructors
- RetryPolicy()
-
const
Values
- noRetry → const RetryPolicy
-
No retry in case an analytics request cannot be sent to the analytics backend
- shortTerm → const RetryPolicy
-
A failing request is retried for a maximum of 300 seconds, while the collector instance is still alive. The initial license call to verify the analytics license needs to be successful.
- longTerm → const RetryPolicy
-
A failing request is retried for up to 14 days. The analytics request is stored permanently until it is sent successfully or the max lifetime is reached. This policy can be used for tracking of offline playback. See https://developer.bitmovin.com/playback/docs/is-tracking-of-analytics-data-support-in-offline-mode for more information.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RetryPolicy> - A constant List of the values in this enum, in order of their declaration.