Event

class Event

Specifies information about an event that reports data to Amazon Pinpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The package name of the app that's recording the event.

Link copied to clipboard

The title of the app that's recording the event.

Link copied to clipboard

The version number of the app that's recording the event.

Link copied to clipboard

One or more custom attributes that are associated with the event.

Link copied to clipboard

The version of the SDK that's running on the client device.

Link copied to clipboard

The name of the event.

Link copied to clipboard

One or more custom metrics that are associated with the event.

Link copied to clipboard

The name of the SDK that's being used to record the event.

Link copied to clipboard

Information about the session in which the event occurred.

Link copied to clipboard

The date and time, in ISO 8601 format, when the event occurred.

Functions

Link copied to clipboard
inline fun copy(block: Event.Builder.() -> Unit = {}): Event
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String