| Package | Description |
|---|---|
| io.rakam.api |
| Modifier and Type | Method and Description |
|---|---|
Identify |
Identify.add(String property,
double value)
Increment a user property by some numerical value.
|
Identify |
Identify.add(String property,
float value)
Increment a user property by some numerical value.
|
Identify |
Identify.add(String property,
int value)
Increment a user property by some numerical value.
|
Identify |
Identify.add(String property,
org.json.JSONObject values)
Increment a user property by some numerical value.
|
Identify |
Identify.add(String property,
long value)
Increment a user property by some numerical value.
|
Identify |
Identify.add(String property,
String value)
Increment a user property by some numerical value.
|
Identify |
Identify.clearAll()
Clear all user properties.
|
Identify |
Identify.set(String property,
boolean value)
Sets a user property value.
|
Identify |
Identify.set(String property,
boolean[] values)
Sets a user property value.
|
Identify |
Identify.set(String property,
double value)
Sets a user property value.
|
Identify |
Identify.set(String property,
double[] values)
Sets a user property value.
|
Identify |
Identify.set(String property,
float value)
Sets a user property value.
|
Identify |
Identify.set(String property,
float[] values)
Sets a user property value.
|
Identify |
Identify.set(String property,
int value)
Sets a user property value.
|
Identify |
Identify.set(String property,
int[] values)
Sets a user property value.
|
Identify |
Identify.set(String property,
org.json.JSONArray values)
Sets a user property value.
|
Identify |
Identify.set(String property,
org.json.JSONObject values)
Sets a user property value.
|
Identify |
Identify.set(String property,
long value)
Sets a user property value.
|
Identify |
Identify.set(String property,
long[] values)
Sets a user property value.
|
Identify |
Identify.set(String property,
String value)
Sets a user property value.
|
Identify |
Identify.set(String property,
String[] values)
Sets a user property value.
|
Identify |
Identify.setOnce(String property,
boolean value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
boolean[] values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
double value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
double[] values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
float value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
float[] values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
int value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
int[] values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
org.json.JSONArray values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
org.json.JSONObject values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
long value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
long[] values)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
String value)
Sets a user property value only once.
|
Identify |
Identify.setOnce(String property,
String[] values)
Sets a user property value only once.
|
Identify |
Identify.unset(String property)
Unset and remove a user property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RakamClient.identify(Identify identify)
Identify.
|
Copyright © 2018. All rights reserved.