onHoldSucceeded
Type: function(objects, ticketTypes)
objects
: List of objects that have been held successfully.ticketTypes
: List of ticket types from the objects which have been held successfully.
When in a session
, the user's browser will automatically hold selected places for a period of time.
If everything goes well, i.e. when the seats.io server indicates that a hold was successful, onHoldSucceeded is called.
The held objects are passed into this callback as a parameter, as well as the selected ticket types.
info
onHoldSucceeded
is not triggered when holding places through our API. Use onObjectSelected
in that case.