Package 

Interface ICustomEventController

    • Method Summary

      Modifier and Type Method Description
      abstract Unit sendCustomEvent(String name, Map<String, Object> properties) Sends a custom event with optional properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sendCustomEvent

         abstract Unit sendCustomEvent(String name, Map<String, Object> properties)

        Sends a custom event with optional properties.

        Parameters:
        name - The name of the custom event
        properties - Optional map of event properties.