Show / Hide Table of Contents

Class EAZPageVisitedParameters

Model that contains information about Page Visited events.

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

Constructors

EAZPageVisitedParameters()

Default constructor.

Declaration
public EAZPageVisitedParameters()

EAZPageVisitedParameters(String, String)

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

Declaration
public EAZPageVisitedParameters(string userId, string pageName)
Parameters
Type Name Description
System.String userId

Identifier of the User

System.String pageName

Name of the page visited by User

Fields

pageName

Name of the page visited by User. List of page names :

  • root
  • featuresLading
  • signIn
  • signUp
  • forgotPassword
  • forgotPasswordEmailSend
  • passwordReset
  • passwordResetStatus
  • about
  • contacts
  • help
  • terms
  • privacyPolicy
  • verification
  • platform
  • gamePrep
  • eazeCup
  • eazeCupGame
  • eazeCupGamePage
  • game
  • gameResult
  • gamesPage
  • contest
  • contestsPreview
  • contestGame
  • profile
  • deposit
  • withdraw
  • cancellation
  • settings
  • userVerification
  • challengeGamePlay
  • challengesInvite
  • depositSuccess
  • payNl
  • withdrawEmailConfirmation
  • addMoneyPaymentStatus
  • withdrawPaymentStatus
  • unsubscribePage
  • error404
  • deepLinkRedirect
  • redirectPage
Declaration
public string pageName
Field Value
Type Description
System.String
Back to top Generated by DocFX