public interface AnalyticsAPI
Context
private AnalyticsAPI analyticsApi;
}
Modifier and Type | Method and Description |
---|---|
void |
logActivity(java.lang.String activityType)
Report user activity.
|
void logActivity(java.lang.String activityType)
activityType
- - A string that identifies the activity.
© Copyright IBM Corp. 2006, 2015. All Rights Reserved.