Interface VenueMapLifecycleListener


public interface VenueMapLifecycleListener

The interface for listeners for the Venue lifecycle events. Use the VenueMap to add and remove the VenueMapLifecycleListener.

  • Method Details

    • onVenueAdded

      void onVenueAdded(@NonNull Venue venue)

      Indicates that a Venue was added to the VenueMap.

      Parameters:
      venue -

      The created Venue.

    • onVenueRemoved

      void onVenueRemoved(@NonNull String venueIdentifier)

      Indicates that a Venue was removed from the VenueMap.

      Parameters:
      venueIdentifier -

      The destroyed venue id, that can be obtained from the VenueModel.getId().