AdvancedPublisherOptions constructor

const AdvancedPublisherOptions({
  1. AdvancedPublisherCacheOptions? cache,
  2. bool enableMatchingListener = false,
  3. bool publisherDetection = false,
  4. bool sampleMissDetection = false,
  5. HeartbeatMode heartbeatMode = HeartbeatMode.none,
  6. int heartbeatPeriodMs = 0,
})

Creates advanced publisher options.

Implementation

const AdvancedPublisherOptions({
  this.cache,
  this.enableMatchingListener = false,
  this.publisherDetection = false,
  this.sampleMissDetection = false,
  this.heartbeatMode = HeartbeatMode.none,
  this.heartbeatPeriodMs = 0,
});