Betslip
Betslip integration
The emBET SDK supports two ways to handle bet placement: you can use the built-in embedded betslip UI, or build a custom betslip in your own application.
| Embedded | Custom | |
|---|---|---|
| UI | Provided by the SDK | Fully owned by the integrator |
| Flow | The SDK shows the betslip; your code validates bets via onPlaceBet in betSlipConfig. | The SDK raises selection events; you show your betslip and complete placement yourself. |
| Analytics | Handled by the embedded flow. | You must share placement events with the SDK (e.g. notifyBetPlaced) for product analytics and performance tracking. |
Choose the guide that matches your integration:
- Embedded betslip — configure
betSlipConfig, handleonPlaceBet, and return bet states to the SDK UI. - Custom betslip — listen for
outcome_selected, run your own placement flow, and callnotifyBetPlacedwhen finished.
Updated about 11 hours ago
