Class BookingManagerImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.BookingManagerImpl
- All Implemented Interfaces:
BookingManager
The basic implementation of the
BookingManager-
Method Summary
Modifier and TypeMethodDescriptionbooleanbookLiveOddsEvent(Urn eventId) Performs a request on the API which books the event associated with the providedUrnidentifier
-
Method Details
-
bookLiveOddsEvent
Performs a request on the API which books the event associated with the providedUrnidentifier- Specified by:
bookLiveOddsEventin interfaceBookingManager- Parameters:
eventId- theUrnidentifier of the event which needs to be booked- Returns:
trueif the booking was successful; otherwisefalse- Throws:
CommunicationException
-