ReelLink
Required Methods
The following methods are required for integration with ReelLink:
In addition, the following event listeners should be implemented to handle events sent from the ReelLink platform to the game:
Ensure that when you receive updateBalanceRequested you make a call to SlotInterface.updateBalance and handle the response correctly.
Mandatory Game Settings
The following settings are passed by ReelLink and have to be respected by the game. These settings are exposed to the game provider in the connect/login response.
| Setting | Type | Remarks |
|---|---|---|
gambleEnabled | boolean | Whether the gamble feature should be enabled |
displayClock | boolean | Whether a clock should be shown |
maxStake | number | Maximum stake. Might be omitted in certain situations. |
minStake | number | Minimum stake. Might be omitted in certain situations. |