Show / Hide Table of Contents

Class EAZGameParameters

Model that contains information about Game events (e.g. EAZPlayedFirstGameEvent, EAZPlayedEuroChallengeEvent, EAZPlayedChallengeEvent etc.).

Inheritance
System.Object
EAZBaseAnalyticsParameters
EAZGameParameters
EAZPlayedBetGameParameters
Inherited Members
EAZBaseAnalyticsParameters.userId
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
[Serializable]
public class EAZGameParameters : EAZBaseAnalyticsParameters

Constructors

EAZGameParameters()

Default constructor.

Declaration
public EAZGameParameters()

EAZGameParameters(String, String)

Constructor for serialization. Also it shows all properties of the model.

Declaration
public EAZGameParameters(string userId, string gameName)
Parameters
Type Name Description
System.String userId

Identifier of the User

System.String gameName

Name of the Game

Fields

gameName

Name of the Game

Declaration
public string gameName
Field Value
Type Description
System.String
Back to top Generated by DocFX