EazeGames.cs
1 
2 public class EazeGames : MonoBehaviour
3 {
8  public static event Action<EAZGameParameters> EAZPlayedChallengeEvent;
9 
14  public static event Action<EAZGameParameters> EAZPlayedEuroChallengeEvent;
15 
20  public static event Action<EAZGameParameters> EAZPlayedFirstGameEvent;
21 
26  public static event Action<EAZFundParameters> EAZRevenueEvent;
27 
32  public static event Action<EAZFundParameters> EAZDepositEvent;
33 
38  public static event Action<EAZLevelReachedParameters> EAZLevelReachedEvent;
39 
44  public static event Action<EAZLoginDayParameters> EAZLoginClassicRetentionEvent;
45 
50  public static event Action<EAZBaseAnalyticsParameters> EAZLoginEvent;
51 
56  public static event Action<EAZLoginDayParameters> EAZLoginRollingRetentionEvent;
57 
62  public static event Action<EAZBaseAnalyticsParameters> EAZSignupEvent;
63 
68  public static event Action<EAZBaseAnalyticsParameters> EAZDeletedNotificationEvent;
69 
74  public static event Action<EAZBaseAnalyticsParameters> EAZOpenedNotificationEvent;
75 
80  public static event Action<EAZBaseAnalyticsParameters> EAZReadAllNotificationsEvent;
81 
86  public static event Action<EAZGameParameters> EAZLostEazeCoinGameEvent;
87 
92  public static event Action<EAZGameParameters> EAZLostEuroGameEvent;
93 
98  public static event Action<EAZPlayedBetGameParameters> EAZPlayedEazeCoinBetGameEvent;
99 
104  public static event Action<EAZPlayedBetGameParameters> EAZPlayedEuroBetGameEvent;
105 
110  public static event Action<EAZGameParameters> EAZWonEazeCoinGameEvent;
111 
116  public static event Action<EAZGameParameters> EAZWonEuroGameEvent;
117 
122  public static event Action<EAZNumberOfGamesParameters> EAZNumberOfEuroGamesPlayedEvent;
123 
128  public static event Action<EAZNumberOfGamesParameters> EAZNumberOfEuroGamesWonEvent;
129 
134  public static event Action<EAZNumberOfGamesParameters> EAZNumberOfGamesPlayedEvent;
135 
140  public static event Action<EAZNumberOfGamesParameters> EAZNumberOfGamesWonEvent;
141 
146  public static event Action<EAZBaseAnalyticsParameters> EAZAvatarChangedEvent;
147 
152  public static event Action<EAZBaseAnalyticsParameters> EAZCharityEditedEvent;
153 
158  public static event Action<EAZBaseAnalyticsParameters> EAZEmailLanguageChangedEvent;
159 
164  public static event Action<EAZBaseAnalyticsParameters> EAZEmailSubscribedEvent;
165 
170  public static event Action<EAZBaseAnalyticsParameters> EAZEmailUnsubscribedEvent;
171 
176  public static event Action<EAZBaseAnalyticsParameters> EAZHelpCenterSentMessageEvent;
177 
182  public static event Action<EAZBaseAnalyticsParameters> EAZLogoutEvent;
183 
188  public static event Action<EAZPageVisitedParameters> EAZPageVisitedEvent;
189 
194  public static event Action<EAZBaseAnalyticsParameters> EAZPasswordChangedEvent;
195 
200  public static event Action<EAZBaseAnalyticsParameters> EAZPaymentInformationSavedEvent;
201 
206  public static event Action<EAZBaseAnalyticsParameters> EAZReferralCodeCopiedEvent;
207 
212  public static event Action<EAZBaseAnalyticsParameters> EAZSocialNetworkAddedEvent;
213 
218  public static event Action<EAZBaseAnalyticsParameters> EAZSoundSettingsChangedEvent;
219 
224  public static event Action<EAZFundParameters> EAZWithdrawEvent;
225 
230  public static event Action<EAZBaseAnalyticsParameters> EAZUserNameChangedEvent;
231 
236  public static event Action<EAZBaseAnalyticsParameters> EAZGameWalkthroughCompletedEvent;
237 
242  public static event Action<EAZWalkthroughStepParameters> EAZGameWalkthroughSkippedEvent;
243 
248  public static event Action<EAZWalkthroughStepParameters> EAZGameWalkthroughStepCompletedEvent;
249 
254  public static event Action<EAZBaseAnalyticsParameters> EAZHomeWalkthroughCompletedEvent;
255 
260  public static event Action<EAZWalkthroughStepParameters> EAZHomeWalkthroughSkippedEvent;
261 
266  public static event Action<EAZWalkthroughStepParameters> EAZHomeWalkthroughStepCompletedEvent;
267 
272  public static event Action<EAZBaseAnalyticsParameters> EAZProfileWalkthroughCompletedEvent;
273 
278  public static event Action<EAZWalkthroughStepParameters> EAZProfileWalkthroughSkippedEvent;
279 
284  public static event Action<EAZWalkthroughStepParameters> EAZProfileWalkthroughStepCompletedEvent;
285 
290  public static event Action<EAZBaseAnalyticsParameters> EAZSettingsWalkthroughCompletedEvent;
291 
296  public static event Action<EAZWalkthroughStepParameters> EAZSettingsWalkthroughSkippedEvent;
297 
302  public static event Action<EAZWalkthroughStepParameters> EAZSettingsWalkthroughStepCompletedEvent;
303 
308  public static event Action<EAZBaseAnalyticsParameters> EAZWalkthroughResetEvent;
309 
310 
311 }
EazeGames.EAZHomeWalkthroughCompletedEvent
static Action< EAZBaseAnalyticsParameters > EAZHomeWalkthroughCompletedEvent
Definition: EazeGames.cs:254
EazeGames.EAZLostEuroGameEvent
static Action< EAZGameParameters > EAZLostEuroGameEvent
Definition: EazeGames.cs:92
EazeGames.EAZRevenueEvent
static Action< EAZFundParameters > EAZRevenueEvent
Definition: EazeGames.cs:26
EazeGames.EAZWonEuroGameEvent
static Action< EAZGameParameters > EAZWonEuroGameEvent
Definition: EazeGames.cs:116
EazeGames.EAZSocialNetworkAddedEvent
static Action< EAZBaseAnalyticsParameters > EAZSocialNetworkAddedEvent
Definition: EazeGames.cs:212
EazeGames.EAZCharityEditedEvent
static Action< EAZBaseAnalyticsParameters > EAZCharityEditedEvent
Definition: EazeGames.cs:152
EazeGames.EAZLoginClassicRetentionEvent
static Action< EAZLoginDayParameters > EAZLoginClassicRetentionEvent
Definition: EazeGames.cs:44
EazeGames.EAZDepositEvent
static Action< EAZFundParameters > EAZDepositEvent
Definition: EazeGames.cs:32
EazeGames.EAZEmailLanguageChangedEvent
static Action< EAZBaseAnalyticsParameters > EAZEmailLanguageChangedEvent
Definition: EazeGames.cs:158
EazeGames.EAZSoundSettingsChangedEvent
static Action< EAZBaseAnalyticsParameters > EAZSoundSettingsChangedEvent
Definition: EazeGames.cs:218
EazeGames.EAZProfileWalkthroughSkippedEvent
static Action< EAZWalkthroughStepParameters > EAZProfileWalkthroughSkippedEvent
Definition: EazeGames.cs:278
EazeGames.EAZPasswordChangedEvent
static Action< EAZBaseAnalyticsParameters > EAZPasswordChangedEvent
Definition: EazeGames.cs:194
EazeGames.EAZNumberOfEuroGamesWonEvent
static Action< EAZNumberOfGamesParameters > EAZNumberOfEuroGamesWonEvent
Definition: EazeGames.cs:128
EazeGames.EAZNumberOfGamesWonEvent
static Action< EAZNumberOfGamesParameters > EAZNumberOfGamesWonEvent
Definition: EazeGames.cs:140
EazeGames.EAZNumberOfEuroGamesPlayedEvent
static Action< EAZNumberOfGamesParameters > EAZNumberOfEuroGamesPlayedEvent
Definition: EazeGames.cs:122
EazeGames.EAZPageVisitedEvent
static Action< EAZPageVisitedParameters > EAZPageVisitedEvent
Definition: EazeGames.cs:188
EazeGames.EAZHomeWalkthroughStepCompletedEvent
static Action< EAZWalkthroughStepParameters > EAZHomeWalkthroughStepCompletedEvent
Definition: EazeGames.cs:266
EazeGames.EAZPlayedEuroChallengeEvent
static Action< EAZGameParameters > EAZPlayedEuroChallengeEvent
Definition: EazeGames.cs:14
EazeGames.EAZPlayedFirstGameEvent
static Action< EAZGameParameters > EAZPlayedFirstGameEvent
Definition: EazeGames.cs:20
EazeGames.EAZPlayedChallengeEvent
static Action< EAZGameParameters > EAZPlayedChallengeEvent
Definition: EazeGames.cs:8
EazeGames.EAZGameWalkthroughSkippedEvent
static Action< EAZWalkthroughStepParameters > EAZGameWalkthroughSkippedEvent
Definition: EazeGames.cs:242
EazeGames.EAZGameWalkthroughStepCompletedEvent
static Action< EAZWalkthroughStepParameters > EAZGameWalkthroughStepCompletedEvent
Definition: EazeGames.cs:248
EazeGames.EAZReadAllNotificationsEvent
static Action< EAZBaseAnalyticsParameters > EAZReadAllNotificationsEvent
Definition: EazeGames.cs:80
EazeGames.EAZUserNameChangedEvent
static Action< EAZBaseAnalyticsParameters > EAZUserNameChangedEvent
Definition: EazeGames.cs:230
EazeGames.EAZLevelReachedEvent
static Action< EAZLevelReachedParameters > EAZLevelReachedEvent
Definition: EazeGames.cs:38
EazeGames.EAZWalkthroughResetEvent
static Action< EAZBaseAnalyticsParameters > EAZWalkthroughResetEvent
Definition: EazeGames.cs:308
EazeGames.EAZEmailSubscribedEvent
static Action< EAZBaseAnalyticsParameters > EAZEmailSubscribedEvent
Definition: EazeGames.cs:164
EazeGames.EAZPaymentInformationSavedEvent
static Action< EAZBaseAnalyticsParameters > EAZPaymentInformationSavedEvent
Definition: EazeGames.cs:200
EazeGames.EAZOpenedNotificationEvent
static Action< EAZBaseAnalyticsParameters > EAZOpenedNotificationEvent
Definition: EazeGames.cs:74
EazeGames.EAZProfileWalkthroughStepCompletedEvent
static Action< EAZWalkthroughStepParameters > EAZProfileWalkthroughStepCompletedEvent
Definition: EazeGames.cs:284
EazeGames.EAZWonEazeCoinGameEvent
static Action< EAZGameParameters > EAZWonEazeCoinGameEvent
Definition: EazeGames.cs:110
EazeGames.EAZHelpCenterSentMessageEvent
static Action< EAZBaseAnalyticsParameters > EAZHelpCenterSentMessageEvent
Definition: EazeGames.cs:176
EazeGames.EAZLogoutEvent
static Action< EAZBaseAnalyticsParameters > EAZLogoutEvent
Definition: EazeGames.cs:182
EazeGames
Definition: EazeGames.cs:2
EazeGames.EAZSettingsWalkthroughSkippedEvent
static Action< EAZWalkthroughStepParameters > EAZSettingsWalkthroughSkippedEvent
Definition: EazeGames.cs:296
EazeGames.EAZLoginEvent
static Action< EAZBaseAnalyticsParameters > EAZLoginEvent
Definition: EazeGames.cs:50
EazeGames.EAZAvatarChangedEvent
static Action< EAZBaseAnalyticsParameters > EAZAvatarChangedEvent
Definition: EazeGames.cs:146
EazeGames.EAZReferralCodeCopiedEvent
static Action< EAZBaseAnalyticsParameters > EAZReferralCodeCopiedEvent
Definition: EazeGames.cs:206
EazeGames.EAZSettingsWalkthroughStepCompletedEvent
static Action< EAZWalkthroughStepParameters > EAZSettingsWalkthroughStepCompletedEvent
Definition: EazeGames.cs:302
EazeGames.EAZGameWalkthroughCompletedEvent
static Action< EAZBaseAnalyticsParameters > EAZGameWalkthroughCompletedEvent
Definition: EazeGames.cs:236
EazeGames.EAZWithdrawEvent
static Action< EAZFundParameters > EAZWithdrawEvent
Definition: EazeGames.cs:224
EazeGames.EAZPlayedEuroBetGameEvent
static Action< EAZPlayedBetGameParameters > EAZPlayedEuroBetGameEvent
Definition: EazeGames.cs:104
EazeGames.EAZSignupEvent
static Action< EAZBaseAnalyticsParameters > EAZSignupEvent
Definition: EazeGames.cs:62
EazeGames.EAZSettingsWalkthroughCompletedEvent
static Action< EAZBaseAnalyticsParameters > EAZSettingsWalkthroughCompletedEvent
Definition: EazeGames.cs:290
EazeGames.EAZLoginRollingRetentionEvent
static Action< EAZLoginDayParameters > EAZLoginRollingRetentionEvent
Definition: EazeGames.cs:56
EazeGames.EAZHomeWalkthroughSkippedEvent
static Action< EAZWalkthroughStepParameters > EAZHomeWalkthroughSkippedEvent
Definition: EazeGames.cs:260
EazeGames.EAZNumberOfGamesPlayedEvent
static Action< EAZNumberOfGamesParameters > EAZNumberOfGamesPlayedEvent
Definition: EazeGames.cs:134
EazeGames.EAZDeletedNotificationEvent
static Action< EAZBaseAnalyticsParameters > EAZDeletedNotificationEvent
Definition: EazeGames.cs:68
EazeGames.EAZLostEazeCoinGameEvent
static Action< EAZGameParameters > EAZLostEazeCoinGameEvent
Definition: EazeGames.cs:86
EazeGames.EAZPlayedEazeCoinBetGameEvent
static Action< EAZPlayedBetGameParameters > EAZPlayedEazeCoinBetGameEvent
Definition: EazeGames.cs:98
EazeGames.EAZEmailUnsubscribedEvent
static Action< EAZBaseAnalyticsParameters > EAZEmailUnsubscribedEvent
Definition: EazeGames.cs:170
EazeGames.EAZProfileWalkthroughCompletedEvent
static Action< EAZBaseAnalyticsParameters > EAZProfileWalkthroughCompletedEvent
Definition: EazeGames.cs:272