Interface IEventDataExtension


public interface IEventDataExtension
You should implement this to add/manipulate the event details in the UI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Event event, IEventDataConfiguration configuration)
    Will be called to let you modify the event details in the UI.
  • Method Details

    • configure

      void configure(Event event, IEventDataConfiguration configuration)
      Will be called to let you modify the event details in the UI.
      Parameters:
      event - the event for which details are shown
      configuration - the object in which you register your changes