VenueServiceListener (API Reference)
Package com.here.sdk.venue.service
Interface VenueServiceListener
public interface VenueServiceListener
The interface for listeners for
lifecycle events in VenueService.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a service initialization has been completed.voidCalled when the venue service stops.
-
Method Details
-
onInitializationCompleted
Called when a service initialization has been completed.
- Parameters:
result-The initialization status.
-
onVenueServiceStopped
void onVenueServiceStopped()Called when the venue service stops.
-