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