public class Indicative extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Indicative.Event
A class representing the Event to be recorded.
|
| Constructor and Description |
|---|
Indicative() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apiKey(String apiKey)
Sets the static apiKey value.
|
static String |
escape(String s)
Escapes special characters in a String with a backslash character for use
in the JSON representation of an event.
|
static Indicative.Event |
event(String eventName)
Instantiates a new Event object and initializes it with the name of your
event.
|
public static void apiKey(String apiKey)
apiKey - The API key for your project. You can find this on your Project Settings page.public static Indicative.Event event(String eventName)
eventName - The name of your event.public static String escape(String s)
s - The original String.Copyright © 2014. All Rights Reserved.