VenueInfoListListenerDelegate
public protocol VenueInfoListListenerDelegate : AnyObject
The protocol for delegates for
the list of VenueInfo load event. Use VenueMap
to add and remove the VenueInfoListListenerDelegate.
-
Indicates that
VenueInfolist is loaded.Declaration
Swift
func onVenueInfoListLoad(venueInfoList: VenueInfoDataList)