Show / Hide Table of Contents

Interface EAZGamePlayDelegate

Game Play Manager Delegate

Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
public interface EAZGamePlayDelegate

Methods

didEndGame()

Informs about end of game play. After this event no score messages will be handled by Platform and SDK will show EazeGames UI.

Declaration
void didEndGame()

didReceiveOpponentsScore(Int64)

Informs about opponent's score during Live game. In case of tournament ( multiple opponents), it will send the highest score among all the opponents.

Declaration
void didReceiveOpponentsScore(long score)
Parameters
Type Name Description
System.Int64 score

Score.

waitingForOpponent()

This call will fire in case when there is a need to wait for opponent to finish playing in Live game.

Declaration
void waitingForOpponent()
Back to top Generated by DocFX