PresentedOfferingContext constructor
const
PresentedOfferingContext(
- String offeringIdentifier,
- String? placementIdentifier,
- 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;