VastSdkConfiguration class
Constructors
- VastSdkConfiguration({int httpCallTimeoutMs = 30000, int httpConnectTimeoutMs = 30000, int httpKeepAliveDurationMs = 5000, int httpReadTimeoutMs = 30000, int maxHttpConnections = 8, int maxRedirectWrapperLimit = 4, bool isTest = false, int vastEventRetryBatchSize = 50, int vastEventRetryIntervalSeconds = 300, int vastEventRetryUploadTimes = 3})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpCallTimeoutMs ↔ int
-
Metwork request timeout.
getter/setter pair
- httpConnectTimeoutMs ↔ int
-
Network connection timeout.
getter/setter pair
- httpKeepAliveDurationMs ↔ int
-
Keepalive time for connections between asset download and VAST ad event reporting.
getter/setter pair
- httpReadTimeoutMs ↔ int
-
Network response read timeout.
getter/setter pair
- isTest ↔ bool
-
Whether an ad is a test ad.
getter/setter pair
- maxHttpConnections ↔ int
-
Maximum number of connections allowed between asset download and VAST ad event reporting.
getter/setter pair
- maxRedirectWrapperLimit ↔ int
-
Maximum number of redirections allowed for a VAST wrapper.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vastEventRetryBatchSize ↔ int
-
Number of tracking URLs used for each attempt made to report a VAST ad event.
getter/setter pair
- vastEventRetryIntervalSeconds ↔ int
-
Interval between two attempts made to report a VAST ad event.
getter/setter pair
- vastEventRetryUploadTimes ↔ int
-
Maximum number of attempts allowed for reporting a VAST ad event.
getter/setter pair
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