public class SyndicationClientEvent extends ScribeEvent
| Modifier and Type | Class and Description |
|---|---|
class |
SyndicationClientEvent.ExternalIds |
ScribeEvent.Transform| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_NAME |
String |
eventInfo
Can be set to a free form String.
|
SyndicationClientEvent.ExternalIds |
externalIds
External Ids can contain other external ids (e.g.
|
String |
language
The current language that the application is running in.
|
| Constructor and Description |
|---|
SyndicationClientEvent(EventNamespace eventNamespace,
String eventInfo,
long timestamp,
String language,
String adId,
List<ScribeItem> items) |
equals, hashCode, toStringpublic static final String CLIENT_NAME
public final String language
public final String eventInfo
public final SyndicationClientEvent.ExternalIds externalIds
public SyndicationClientEvent(EventNamespace eventNamespace, String eventInfo, long timestamp, String language, String adId, List<ScribeItem> items)