public interface ICustomEventController
Interface for sending custom events to track user behavior.
abstract Unit
sendCustomEvent(String name, Map<String, Object> properties)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit sendCustomEvent(String name, Map<String, Object> properties)
Sends a custom event with optional properties.
name
properties