public interface Insights
Modifier and Type | Method and Description |
---|---|
void |
recordCustomEvent(java.lang.String eventType,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Sends an Insights event for the current application.
|
void recordCustomEvent(java.lang.String eventType, java.util.Map<java.lang.String,java.lang.Object> attributes)
eventType
- Must match /^[a-zA-Z0-9:_ ]+$/, be non-null, and less than 256 chars.attributes
- A map of event data. Each key should be a String and each value should be a String, Number, or Boolean.