Overview
Kalamba SDK Wrapper is an HTML page that wraps an HTML page containing the Game Client and Kalamba SDK.
Features
Kalamba SDK Wrapper has a few features implemented and every game can use them instead of implementing them on Game Client side.
Building a Wrapper
A wrapper is the host application that loads the game iframe and bridges communication between the game, the casino, the RGS and tracking systems. The building blocks live in the @kalamba/sdk/wrapper entry point.
Plugins
The @kalamba/sdk/plugins entry point defines the interface between a wrapper and its plugins. The SDK does not ship plugin implementations — every wrapper application provides its own casino, RGS and telemetry plugins by subclassing these base classes.