Show / Hide Table of Contents

Class EAZWalkthroughStepParameters

Model that contains information about Walkthrough Step events (e.g. EAZProfileWalkthroughStepCompletedEvent, EAZGameWalkthroughCompletedEvent etc.).

Inheritance
System.Object
EAZBaseAnalyticsParameters
EAZWalkthroughStepParameters
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 EAZWalkthroughStepParameters : EAZBaseAnalyticsParameters

Constructors

EAZWalkthroughStepParameters()

Default constructor.

Declaration
public EAZWalkthroughStepParameters()

EAZWalkthroughStepParameters(String, Int32)

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

Declaration
public EAZWalkthroughStepParameters(string userId, int stepNumber)
Parameters
Type Name Description
System.String userId

Identifier of the User

System.Int32 stepNumber

Step of the Walkthrough

Fields

stepNumber

Step of the Walkthrough

Declaration
public int stepNumber
Field Value
Type Description
System.Int32
Back to top Generated by DocFX