SharedStoragePrivateAggregationConfig constructor

SharedStoragePrivateAggregationConfig({
  1. String? aggregationCoordinatorOrigin,
  2. String? contextId,
  3. required int filteringIdMaxBytes,
  4. int? maxContributions,
})

Implementation

SharedStoragePrivateAggregationConfig({
  this.aggregationCoordinatorOrigin,
  this.contextId,
  required this.filteringIdMaxBytes,
  this.maxContributions,
});