PresentedOfferingContext constructor

const PresentedOfferingContext(
  1. String offeringIdentifier,
  2. String? placementIdentifier,
  3. PresentedOfferingTargetingContext? targetingContext
)

Implementation

const factory PresentedOfferingContext(
  /// The identifier of the offering used to obtain this object
  String offeringIdentifier,

  /// The identifier of the placement used to obtain this object
  String? placementIdentifier,

  /// The revision of the targeting used to obtain this object
  PresentedOfferingTargetingContext? targetingContext,
) = _PresentedOfferingContext;