Class AbTestingResult
AbTestingResult model
Inherited Members
Namespace: Unity.Services.Matchmaker.Models
Syntax
[Preserve]
public class AbTestingResult
Constructors
AbTestingResult(Boolean, String, String, String)
Creates an instance of AbTestingResult.
Declaration
[Preserve]
public AbTestingResult(bool isAbTesting = false, string variantId = null, string poolId = null, string basePoolId = null)
Parameters
Type | Name | Description |
---|---|---|
Boolean | isAbTesting | Flag indicating if the ticket is part of an AB testing and is uses an override setup in Player Engagement |
String | variantId | The id of the variant the ticket has been assigned to |
String | poolId | The id of the pool the ticket was assigned to |
String | basePoolId | The id of the base pool attached to the ticket |
Properties
BasePoolId
The id of the base pool attached to the ticket
Declaration
[Preserve]
public string BasePoolId { get; }
Property Value
Type | Description |
---|---|
String |
IsAbTesting
Flag indicating if the ticket is part of an AB testing and is uses an override setup in Player Engagement
Declaration
[Preserve]
public bool IsAbTesting { get; }
Property Value
Type | Description |
---|---|
Boolean |
PoolId
The id of the pool the ticket was assigned to
Declaration
[Preserve]
public string PoolId { get; }
Property Value
Type | Description |
---|---|
String |
VariantId
The id of the variant the ticket has been assigned to
Declaration
[Preserve]
public string VariantId { get; }
Property Value
Type | Description |
---|---|
String |