| Package | Description |
|---|---|
| com.github.segmentio | |
| com.github.segmentio.models |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsClient.identify(String userId,
Traits traits)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
static void |
Analytics.identify(String userId,
Traits traits)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
void |
AnalyticsClient.identify(String userId,
Traits traits,
Context context)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
static void |
Analytics.identify(String userId,
Traits traits,
Context context)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
void |
AnalyticsClient.identify(String userId,
Traits traits,
org.joda.time.DateTime timestamp,
Context context)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
static void |
Analytics.identify(String userId,
Traits traits,
org.joda.time.DateTime timestamp,
Context context)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
void |
AnalyticsClient.identify(String userId,
Traits traits,
org.joda.time.DateTime timestamp,
Context context,
Callback callback)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
static void |
Analytics.identify(String userId,
Traits traits,
org.joda.time.DateTime timestamp,
Context context,
Callback callback)
Identifying a user ties all of their actions to an id, and associates
user traits to that id.
|
| Modifier and Type | Method and Description |
|---|---|
Traits |
Identify.getTraits() |
Traits |
Traits.put(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Identify.setTraits(Traits traits) |
| Constructor and Description |
|---|
Identify(String userId,
Traits traits,
org.joda.time.DateTime timestamp,
Context context,
Callback callback) |
Copyright © 2014. All Rights Reserved.