public class ScreenPayload extends BasePayload
Modifier and Type | Class and Description |
---|---|
static class |
ScreenPayload.Builder
Fluent API for creating
ScreenPayload instances. |
BasePayload.Channel, BasePayload.Type
Modifier and Type | Method and Description |
---|---|
java.lang.String |
category()
Deprecated.
|
java.lang.String |
event()
Either the name or category of the screen payload.
|
java.lang.String |
name()
The name of the page or screen.
|
Properties |
properties()
The page and screen methods also take a properties dictionary, just like track.
|
ScreenPayload.Builder |
toBuilder() |
java.lang.String |
toString() |
anonymousId, context, integrations, messageId, putValue, timestamp, type, userId
clear, containsKey, containsValue, entrySet, equals, get, getBoolean, getChar, getDouble, getEnum, getFloat, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toJsonObject, toStringMap, values
@Deprecated public java.lang.String category()
public java.lang.String name()
public java.lang.String event()
public Properties properties()
public ScreenPayload.Builder toBuilder()
toBuilder
in class BasePayload