public class CustomEvent extends AnswersEvent<CustomEvent>
MAX_NUM_ATTRIBUTES, MAX_STRING_LENGTH| Constructor and Description |
|---|
CustomEvent(String eventName)
Create a custom event with a name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
putCustomAttribute, putCustomAttributepublic CustomEvent(String eventName)
AnswersEvent.putCustomAttribute(String, Number) and AnswersEvent.putCustomAttribute(String, String).eventName - name of event, not null, no more than AnswersEvent.MAX_STRING_LENGTH chars