intervalInSeconds property

  1. @JsonKey(name: 'intervalInSeconds')
int? intervalInSeconds
final

Set the time interval or delay for returning the results of the audio and video loop test. The value range is 2,10, in seconds, with the default value being 2 seconds. For audio loop tests, the test results will be returned according to the time interval you set. For video loop tests, the video will be displayed in a short time, after which the delay will gradually increase until it reaches the delay you set.

Implementation

@JsonKey(name: 'intervalInSeconds')
final int? intervalInSeconds;