Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
Event |
Event.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Event |
Event.addMetricsEntry(String key,
Double value)
Add a single Metrics entry
|
Event |
Event.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Event |
Event.clearMetricsEntries()
Removes all the entries added into Metrics.
|
Event |
Event.clone() |
Event |
Event.withAppPackageName(String appPackageName)
The package name of the app that's recording the event.
|
Event |
Event.withAppTitle(String appTitle)
The title of the app that's recording the event.
|
Event |
Event.withAppVersionCode(String appVersionCode)
The version number of the app that's recording the event.
|
Event |
Event.withAttributes(Map<String,String> attributes)
One or more custom attributes that are associated with the event.
|
Event |
Event.withClientSdkVersion(String clientSdkVersion)
The version of the SDK that's running on the client device.
|
Event |
Event.withEventType(String eventType)
The name of the event.
|
Event |
Event.withMetrics(Map<String,Double> metrics)
One or more custom metrics that are associated with the event.
|
Event |
Event.withSdkName(String sdkName)
The name of the SDK that's being used to record the event.
|
Event |
Event.withSession(Session session)
Information about the session in which the event occurred.
|
Event |
Event.withTimestamp(String timestamp)
The date and time, in ISO 8601 format, when the event occurred.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Event> |
EventsBatch.getEvents()
A set of properties that are associated with the event.
|
Modifier and Type | Method and Description |
---|---|
EventsBatch |
EventsBatch.addEventsEntry(String key,
Event value)
Add a single Events entry
|
Modifier and Type | Method and Description |
---|---|
void |
EventsBatch.setEvents(Map<String,Event> events)
A set of properties that are associated with the event.
|
EventsBatch |
EventsBatch.withEvents(Map<String,Event> events)
A set of properties that are associated with the event.
|
Copyright © 2021. All rights reserved.