VenueServiceDelegate
public protocol VenueServiceDelegate : AnyObject
The protocol for delegates for
lifecycle events in VenueService.
-
Called when a service initialization has been completed.
Declaration
Swift
func onInitializationCompleted(result: VenueServiceInitStatus)Parameters
resultThe initialization status.
-
Called when the venue service stops.
Declaration
Swift
func onVenueServiceStopped()