v1.0.0
Latest
2022.3+

Class AbTestingResult

AbTestingResult model

Inheritance
System.Object
AbTestingResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Matchmaker.Models
Syntax
public class AbTestingResult

Constructors

AbTestingResult(Boolean, String, String, String)

Creates an instance of AbTestingResult.

Declaration
public AbTestingResult(bool isAbTesting = false, string variantId = null, string poolId = null, string basePoolId = null)
Parameters
TypeNameDescription
System.BooleanisAbTesting

Flag indicating if the ticket is part of an AB testing and is uses an override setup in Player Engagement

System.StringvariantId

The id of the variant the ticket has been assigned to

System.StringpoolId

The id of the pool the ticket was assigned to

System.StringbasePoolId

The id of the base pool attached to the ticket

Properties

BasePoolId

The id of the base pool attached to the ticket

Declaration
public string BasePoolId { get; }
Property Value
TypeDescription
System.String

IsAbTesting

Flag indicating if the ticket is part of an AB testing and is uses an override setup in Player Engagement

Declaration
public bool IsAbTesting { get; }
Property Value
TypeDescription
System.Boolean

PoolId

The id of the pool the ticket was assigned to

Declaration
public string PoolId { get; }
Property Value
TypeDescription
System.String

VariantId

The id of the variant the ticket has been assigned to

Declaration
public string VariantId { get; }
Property Value
TypeDescription
System.String