EazeGames Class Reference
+ Inheritance diagram for EazeGames:

Events

static Action< EAZGameParametersEAZPlayedChallengeEvent
 
static Action< EAZGameParametersEAZPlayedEuroChallengeEvent
 
static Action< EAZGameParametersEAZPlayedFirstGameEvent
 
static Action< EAZFundParametersEAZRevenueEvent
 
static Action< EAZFundParametersEAZDepositEvent
 
static Action< EAZLevelReachedParametersEAZLevelReachedEvent
 
static Action< EAZLoginDayParametersEAZLoginClassicRetentionEvent
 
static Action< EAZBaseAnalyticsParametersEAZLoginEvent
 
static Action< EAZLoginDayParametersEAZLoginRollingRetentionEvent
 
static Action< EAZBaseAnalyticsParametersEAZSignupEvent
 
static Action< EAZBaseAnalyticsParametersEAZDeletedNotificationEvent
 
static Action< EAZBaseAnalyticsParametersEAZOpenedNotificationEvent
 
static Action< EAZBaseAnalyticsParametersEAZReadAllNotificationsEvent
 
static Action< EAZGameParametersEAZLostEazeCoinGameEvent
 
static Action< EAZGameParametersEAZLostEuroGameEvent
 
static Action< EAZPlayedBetGameParametersEAZPlayedEazeCoinBetGameEvent
 
static Action< EAZPlayedBetGameParametersEAZPlayedEuroBetGameEvent
 
static Action< EAZGameParametersEAZWonEazeCoinGameEvent
 
static Action< EAZGameParametersEAZWonEuroGameEvent
 
static Action< EAZNumberOfGamesParametersEAZNumberOfEuroGamesPlayedEvent
 
static Action< EAZNumberOfGamesParametersEAZNumberOfEuroGamesWonEvent
 
static Action< EAZNumberOfGamesParametersEAZNumberOfGamesPlayedEvent
 
static Action< EAZNumberOfGamesParametersEAZNumberOfGamesWonEvent
 
static Action< EAZBaseAnalyticsParametersEAZAvatarChangedEvent
 
static Action< EAZBaseAnalyticsParametersEAZCharityEditedEvent
 
static Action< EAZBaseAnalyticsParametersEAZEmailLanguageChangedEvent
 
static Action< EAZBaseAnalyticsParametersEAZEmailSubscribedEvent
 
static Action< EAZBaseAnalyticsParametersEAZEmailUnsubscribedEvent
 
static Action< EAZBaseAnalyticsParametersEAZHelpCenterSentMessageEvent
 
static Action< EAZBaseAnalyticsParametersEAZLogoutEvent
 
static Action< EAZPageVisitedParametersEAZPageVisitedEvent
 
static Action< EAZBaseAnalyticsParametersEAZPasswordChangedEvent
 
static Action< EAZBaseAnalyticsParametersEAZPaymentInformationSavedEvent
 
static Action< EAZBaseAnalyticsParametersEAZReferralCodeCopiedEvent
 
static Action< EAZBaseAnalyticsParametersEAZSocialNetworkAddedEvent
 
static Action< EAZBaseAnalyticsParametersEAZSoundSettingsChangedEvent
 
static Action< EAZFundParametersEAZWithdrawEvent
 
static Action< EAZBaseAnalyticsParametersEAZUserNameChangedEvent
 
static Action< EAZBaseAnalyticsParametersEAZGameWalkthroughCompletedEvent
 
static Action< EAZWalkthroughStepParametersEAZGameWalkthroughSkippedEvent
 
static Action< EAZWalkthroughStepParametersEAZGameWalkthroughStepCompletedEvent
 
static Action< EAZBaseAnalyticsParametersEAZHomeWalkthroughCompletedEvent
 
static Action< EAZWalkthroughStepParametersEAZHomeWalkthroughSkippedEvent
 
static Action< EAZWalkthroughStepParametersEAZHomeWalkthroughStepCompletedEvent
 
static Action< EAZBaseAnalyticsParametersEAZProfileWalkthroughCompletedEvent
 
static Action< EAZWalkthroughStepParametersEAZProfileWalkthroughSkippedEvent
 
static Action< EAZWalkthroughStepParametersEAZProfileWalkthroughStepCompletedEvent
 
static Action< EAZBaseAnalyticsParametersEAZSettingsWalkthroughCompletedEvent
 
static Action< EAZWalkthroughStepParametersEAZSettingsWalkthroughSkippedEvent
 
static Action< EAZWalkthroughStepParametersEAZSettingsWalkthroughStepCompletedEvent
 
static Action< EAZBaseAnalyticsParametersEAZWalkthroughResetEvent
 

Detailed Description

Definition at line 2 of file EazeGames.cs.

Event Documentation

◆ EAZAvatarChangedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZAvatarChangedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user changes an avatar The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 146 of file EazeGames.cs.

◆ EAZCharityEditedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZCharityEditedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when charity has been changed The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 152 of file EazeGames.cs.

◆ EAZDeletedNotificationEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZDeletedNotificationEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user deletes a notification from notifications list The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 68 of file EazeGames.cs.

◆ EAZDepositEvent

Action<EAZFundParameters> EazeGames.EAZDepositEvent
static

Will be triggered with EAZFundParameters argument in case of a successful User’s Deposit. The EAZFundParameters contains revenue information that should be attached to Analytics service event track.

Definition at line 32 of file EazeGames.cs.

◆ EAZEmailLanguageChangedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZEmailLanguageChangedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when email language has been changed The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 158 of file EazeGames.cs.

◆ EAZEmailSubscribedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZEmailSubscribedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has subscribed for email notifications The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 164 of file EazeGames.cs.

◆ EAZEmailUnsubscribedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZEmailUnsubscribedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has unsubscribed from email notifications The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 170 of file EazeGames.cs.

◆ EAZGameWalkthroughCompletedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZGameWalkthroughCompletedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has completed game walkthrough The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 236 of file EazeGames.cs.

◆ EAZGameWalkthroughSkippedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZGameWalkthroughSkippedEvent
static

Will be triggered with EAZWalkthroughStepParameters if user skip game walkthrough The EAZWalkthroughStepParameters contains last completed step of game walkthrough

Definition at line 242 of file EazeGames.cs.

◆ EAZGameWalkthroughStepCompletedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZGameWalkthroughStepCompletedEvent
static

Will be triggered with EAZWalkthroughStepParameters when user completes certain step of game walkthrough The EAZWalkthroughStepParameters contains last completed step of game walkthrough

Definition at line 248 of file EazeGames.cs.

◆ EAZHelpCenterSentMessageEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZHelpCenterSentMessageEvent
static

Will be triggered with EAZBaseAnalyticsParameters whenever user sends message to Help Center The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 176 of file EazeGames.cs.

◆ EAZHomeWalkthroughCompletedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZHomeWalkthroughCompletedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has completed home walkthrough The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 254 of file EazeGames.cs.

◆ EAZHomeWalkthroughSkippedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZHomeWalkthroughSkippedEvent
static

Will be triggered with EAZWalkthroughStepParameters if user skip home walkthrough The EAZWalkthroughStepParameters contains last completed step of home walkthrough

Definition at line 260 of file EazeGames.cs.

◆ EAZHomeWalkthroughStepCompletedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZHomeWalkthroughStepCompletedEvent
static

Will be triggered with EAZWalkthroughStepParameters when user completes certain step of home walkthrough The EAZWalkthroughStepParameters contains last completed step of home walkthrough

Definition at line 266 of file EazeGames.cs.

◆ EAZLevelReachedEvent

Action<EAZLevelReachedParameters> EazeGames.EAZLevelReachedEvent
static

Will be triggered with EAZLevelReachedParameters argument when user reaches certain level. The EAZLevelReachedParameters contains number of level player has reached.

Definition at line 38 of file EazeGames.cs.

◆ EAZLoginClassicRetentionEvent

Action<EAZLoginDayParameters> EazeGames.EAZLoginClassicRetentionEvent
static

Will be triggered with EAZLoginDayParameters argument when user reaches one of defines Classic Retention analytics milestones. The EAZLoginDayParameters contains day of reached milestone

Definition at line 44 of file EazeGames.cs.

◆ EAZLoginEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZLoginEvent
static

Will be triggered with EAZBaseAnalyticsParameters in case of a successful User’s authorization The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 50 of file EazeGames.cs.

◆ EAZLoginRollingRetentionEvent

Action<EAZLoginDayParameters> EazeGames.EAZLoginRollingRetentionEvent
static

Will be triggered with EAZLoginDayParameters argument when user reaches one of defines Rolling Retention analytics milestones. The EAZLoginDayParameters contains day of reached milestone

Definition at line 56 of file EazeGames.cs.

◆ EAZLogoutEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZLogoutEvent
static

Will be triggered with EAZBaseAnalyticsParameters in case of a successful User’s logout The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 182 of file EazeGames.cs.

◆ EAZLostEazeCoinGameEvent

Action<EAZGameParameters> EazeGames.EAZLostEazeCoinGameEvent
static

Will be triggered with EAZGameParameters when user loses an EazeCoin game The EAZGameParameters contains a name of game played.

Definition at line 86 of file EazeGames.cs.

◆ EAZLostEuroGameEvent

Action<EAZGameParameters> EazeGames.EAZLostEuroGameEvent
static

Will be triggered with EAZGameParameters when user loses an Euro game The EAZGameParameters contains a name of game played.

Definition at line 92 of file EazeGames.cs.

◆ EAZNumberOfEuroGamesPlayedEvent

Action<EAZNumberOfGamesParameters> EazeGames.EAZNumberOfEuroGamesPlayedEvent
static

Will be triggered with EAZNumberOfGamesEventParameters argument when a new Euro game has been played by user. The EAZNumberOfGamesEventParameters contains an amount of all Euro games played by user

Definition at line 122 of file EazeGames.cs.

◆ EAZNumberOfEuroGamesWonEvent

Action<EAZNumberOfGamesParameters> EazeGames.EAZNumberOfEuroGamesWonEvent
static

Will be triggered with EAZNumberOfGamesEventParameters argument when a new Euro game has been won by user. The EAZNumberOfGamesEventParameters contains an amount of all Euro games played and won by user

Definition at line 128 of file EazeGames.cs.

◆ EAZNumberOfGamesPlayedEvent

Action<EAZNumberOfGamesParameters> EazeGames.EAZNumberOfGamesPlayedEvent
static

Will be triggered with EAZNumberOfGamesEventParameters argument when a new game has been played by user. The EAZNumberOfGamesEventParameters contains an amount of all games played by user

Definition at line 134 of file EazeGames.cs.

◆ EAZNumberOfGamesWonEvent

Action<EAZNumberOfGamesParameters> EazeGames.EAZNumberOfGamesWonEvent
static

Will be triggered with EAZNumberOfGamesEventParameters argument when a new game has been won by user. The EAZNumberOfGamesEventParameters contains an amount of all games won by user

Definition at line 140 of file EazeGames.cs.

◆ EAZOpenedNotificationEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZOpenedNotificationEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user opens a notification The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 74 of file EazeGames.cs.

◆ EAZPageVisitedEvent

Action<EAZPageVisitedParameters> EazeGames.EAZPageVisitedEvent
static

Will be triggered with EAZPageVisitedParameters argument when user visits a certain page The EAZPageVisitedParameters contains name of a visited page

Definition at line 188 of file EazeGames.cs.

◆ EAZPasswordChangedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZPasswordChangedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user changes a password The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 194 of file EazeGames.cs.

◆ EAZPaymentInformationSavedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZPaymentInformationSavedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when payment information has been saved The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 200 of file EazeGames.cs.

◆ EAZPlayedChallengeEvent

Action<EAZGameParameters> EazeGames.EAZPlayedChallengeEvent
static

Will be triggered with EAZGameParameters when user has played a challenge. The EAZGameParameters contains name of game played.

Definition at line 8 of file EazeGames.cs.

◆ EAZPlayedEazeCoinBetGameEvent

Action<EAZPlayedBetGameParameters> EazeGames.EAZPlayedEazeCoinBetGameEvent
static

Will be triggered with EAZPlayedBetGameEventParameters argument when user has played an EazeCoin bet game. The EAZPlayedBetGameEventParameters contains a bet EazeCoins amount

Definition at line 98 of file EazeGames.cs.

◆ EAZPlayedEuroBetGameEvent

Action<EAZPlayedBetGameParameters> EazeGames.EAZPlayedEuroBetGameEvent
static

Will be triggered with EAZPlayedBetGameEventParameters argument when user has played an Euro bet game. The EAZPlayedBetGameEventParameters contains a bet EuroCents amount

Definition at line 104 of file EazeGames.cs.

◆ EAZPlayedEuroChallengeEvent

Action<EAZGameParameters> EazeGames.EAZPlayedEuroChallengeEvent
static

Will be triggered with EAZGameParameters when user has played an euro challenge. The EAZGameParameters contains name of game played.

Definition at line 14 of file EazeGames.cs.

◆ EAZPlayedFirstGameEvent

Action<EAZGameParameters> EazeGames.EAZPlayedFirstGameEvent
static

Will be triggered with EAZGameParameters argument when user plays his first game. The EAZGameParameters contains name of first played game.

Definition at line 20 of file EazeGames.cs.

◆ EAZProfileWalkthroughCompletedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZProfileWalkthroughCompletedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has completed profile walkthrough The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 272 of file EazeGames.cs.

◆ EAZProfileWalkthroughSkippedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZProfileWalkthroughSkippedEvent
static

Will be triggered with EAZWalkthroughStepParameters if user skip profile walkthrough The EAZWalkthroughStepParameters contains last completed step of profile walkthrough

Definition at line 278 of file EazeGames.cs.

◆ EAZProfileWalkthroughStepCompletedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZProfileWalkthroughStepCompletedEvent
static

Will be triggered with EAZWalkthroughStepParameters when user completes certain step of profile walkthrough The EAZWalkthroughStepParameters contains last completed step of profile walkthrough

Definition at line 284 of file EazeGames.cs.

◆ EAZReadAllNotificationsEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZReadAllNotificationsEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user defines all notifications as read The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 80 of file EazeGames.cs.

◆ EAZReferralCodeCopiedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZReferralCodeCopiedEvent
static

Will be triggered with EAZBaseAnalyticsParameters whenever user copies his referral code The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 206 of file EazeGames.cs.

◆ EAZRevenueEvent

Action<EAZFundParameters> EazeGames.EAZRevenueEvent
static

Will be triggered with EAZFundParameters argument in case of a successful revenue. The EAZFundParameters contains revenue information that should be attached to Analytics service event track.

Definition at line 26 of file EazeGames.cs.

◆ EAZSettingsWalkthroughCompletedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZSettingsWalkthroughCompletedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user has completed settings walkthrough The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 290 of file EazeGames.cs.

◆ EAZSettingsWalkthroughSkippedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZSettingsWalkthroughSkippedEvent
static

Will be triggered with EAZWalkthroughStepParameters if user skip settings walkthrough The EAZWalkthroughStepParameters contains last completed step of settings walkthrough

Definition at line 296 of file EazeGames.cs.

◆ EAZSettingsWalkthroughStepCompletedEvent

Action<EAZWalkthroughStepParameters> EazeGames.EAZSettingsWalkthroughStepCompletedEvent
static

Will be triggered with EAZWalkthroughStepParameters when user completes certain step of settings walkthrough The EAZWalkthroughStepParameters contains last completed step of settings walkthrough

Definition at line 302 of file EazeGames.cs.

◆ EAZSignupEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZSignupEvent
static

Will be triggered with EAZBaseAnalyticsParameters in case of a successful User’s registration The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 62 of file EazeGames.cs.

◆ EAZSocialNetworkAddedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZSocialNetworkAddedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user links his EazeGames account to social network account The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 212 of file EazeGames.cs.

◆ EAZSoundSettingsChangedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZSoundSettingsChangedEvent
static

Will be triggered with EAZBaseAnalyticsParameters whenever user changes sound settings The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 218 of file EazeGames.cs.

◆ EAZUserNameChangedEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZUserNameChangedEvent
static

Will be triggered with EAZBaseAnalyticsParameters when user changes username The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 230 of file EazeGames.cs.

◆ EAZWalkthroughResetEvent

Action<EAZBaseAnalyticsParameters> EazeGames.EAZWalkthroughResetEvent
static

Will be triggered with EAZBaseAnalyticsParameters if user resets walkthrough The EAZBaseAnalyticsParameters contains an id of user, that triggers event.

Definition at line 308 of file EazeGames.cs.

◆ EAZWithdrawEvent

Action<EAZFundParameters> EazeGames.EAZWithdrawEvent
static

Will be triggered with EAZFundParameters in case of a successful withdraw The EAZFundParameters contains withdraw information that should be attached to Analytics service event track

Definition at line 224 of file EazeGames.cs.

◆ EAZWonEazeCoinGameEvent

Action<EAZGameParameters> EazeGames.EAZWonEazeCoinGameEvent
static

Will be triggered with EAZGameParameters when user wins an EazeCoin game The EAZGameParameters contains a name of game played.

Definition at line 110 of file EazeGames.cs.

◆ EAZWonEuroGameEvent

Action<EAZGameParameters> EazeGames.EAZWonEuroGameEvent
static

Will be triggered with EAZGameParameters when user wins an Euro game The EAZGameParameters contains a name of game played.

Definition at line 116 of file EazeGames.cs.