This section provides information about the operations used to manage game play in Integration Casino when a player is spending his/hers real money. For details on how to manage game play without spending real money, refer to section Play for Fun.
OPERATION |
DESCRIPTION |
CreateSession |
Authenticates players (logs them in) and creates a play session. Returns operation result and, if the operation is successful, returns session ID. |
CloseSession |
Closes the play session. Returns operation result and, if the operation is successful, returns session detailed information. |
GetSession |
Get the session details. Returns operation result, and if the operation is successful, returns session detailed information. |
GetModuleInfo |
Gets detailed start-up parameters for the game client. Returns operation result, and if the operation is successful, returns start-up parameters. |
The Customer system must use the CreateSession operation for the player to be able to begin to play games. The result will contain a session and a ticket. Those will be used when loading the Game Client.
Then, the Customer system obtains additional start-up parameters using the GetModuleInfo operation. This data will be used when loading the Game Client.
At the end of a play session, the Customer system must call CloseSession and close the player’s session. Without this call, any further call to CreateSession will return an error, given that in the system there is a session already open for that player.
The GetSession operation is used to obtain information about a session, more specifically, when the session was created, when it was ended, and the current status of the session.
Comments
0 comments
Article is closed for comments.