TivioPlayerAdSource constructor

TivioPlayerAdSource({
  1. String? id,
  2. String? uri,
  3. String? name,
  4. String? description,
  5. Duration? duration,
  6. Duration? skipDelay,
  7. bool? isSkippable,
})

Implementation

TivioPlayerAdSource({
  this.id,
  this.uri,
  this.name,
  this.description,
  this.duration,
  this.skipDelay,
  this.isSkippable,
});