VenueLifecycleDelegate
public protocol VenueLifecycleDelegate : AnyObject
The protocol for delegates for
the Venue lifecycle events. Use the VenueMap
to add and remove the VenueLifecycleDelegate.
-
Declaration
Swift
func onVenueRemoved(venueId: Int32)Parameters
venueIdThe destroyed venue id, that can be obtained from the
VenueModel.id.