AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyPlacement Class Referencesealed

The placement a flow was fetched for, with the A/B test and audience it resolved to. More...

Public Member Functions

override string ToString ()
 A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Public Attributes

readonly string Id
 The placement identifier from the Dashboard.
readonly string AudienceName
 The audience the profile fell into.
readonly long Revision
 Which revision of the placement this is — it goes up on every change in the Dashboard.
readonly string ABTestName
 The A/B test the placement is running, when it is running one.
readonly string PlacementAudienceVersionId
 The exact placement-and-audience version this was resolved from.
readonly? bool IsTrackingPurchases = false
 Whether purchases in this placement count towards its analytics. Never arrives null — a missing key leaves the declared false.

Private Member Functions

 AdaptyPlacement ()

Detailed Description

The placement a flow was fetched for, with the A/B test and audience it resolved to.

Constructor & Destructor Documentation

◆ AdaptyPlacement()

AdaptySDK.AdaptyPlacement.AdaptyPlacement ( )
private

Member Function Documentation

◆ ToString()

override string AdaptySDK.AdaptyPlacement.ToString ( )

A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Member Data Documentation

◆ ABTestName

readonly string AdaptySDK.AdaptyPlacement.ABTestName

The A/B test the placement is running, when it is running one.

Placement A/B test name

◆ AudienceName

readonly string AdaptySDK.AdaptyPlacement.AudienceName

The audience the profile fell into.

The name of the audience for the placement.

◆ Id

readonly string AdaptySDK.AdaptyPlacement.Id

The placement identifier from the Dashboard.

The identifier of the placement, configured in Adapty Dashboard.

◆ IsTrackingPurchases

readonly? bool AdaptySDK.AdaptyPlacement.IsTrackingPurchases = false

Whether purchases in this placement count towards its analytics. Never arrives null — a missing key leaves the declared false.

◆ PlacementAudienceVersionId

readonly string AdaptySDK.AdaptyPlacement.PlacementAudienceVersionId

The exact placement-and-audience version this was resolved from.

Placement audience version id

◆ Revision

readonly long AdaptySDK.AdaptyPlacement.Revision

Which revision of the placement this is — it goes up on every change in the Dashboard.

The current revision (version) of the placement.


The documentation for this class was generated from the following file: