Appearance
ReelLink
Required Methods
Implement the following method to integrate the game with ReelLink:
Also implement the following event listeners. These listeners handle events that the ReelLink platform sends to the game:
When the game receives updateBalanceRequested, call SlotInterface.updateBalance. Handle the response correctly.
Mandatory Game Settings
ReelLink passes the following settings to the game provider in the connect/login response. The game must respect these settings.
| Setting | Type | Remarks |
|---|---|---|
gambleEnabled | boolean | Turns the gamble feature on or off |
displayClock | boolean | Turns the on-screen clock on or off |
maxStake | number | Maximum stake. The response can omit this field in some cases. |
minStake | number | Minimum stake. The response can omit this field in some cases. |