| Modifier and Type | Method and Description |
|---|---|
Indicative.Event |
Indicative.Event.addEventTime(long eventTime)
Sets the Event object's eventTime field.
|
Indicative.Event |
Indicative.Event.addProperties(Map<String,String> propertyMap)
Adds a Map of property name/value pairs to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
boolean value)
Adds a property name/value pair to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
double value)
Adds a property name/value pair to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
float value)
Adds a property name/value pair to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
int value)
Adds a property name/value pair to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
long value)
Adds a property name/value pair to the Event object's Map of
properties.
|
Indicative.Event |
Indicative.Event.addProperty(String name,
String value)
Adds a property name/value pair to the Event object's Map of
properties.
|
static Indicative.Event |
Indicative.event(String eventName)
Instantiates a new Event object and initializes it with the name of your
event.
|
Indicative.Event |
Indicative.Event.uniqueId(String eventUniqueId)
Adds the user's unique identifier to the Event object.
|
Copyright © 2014. All Rights Reserved.