AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.Event

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class Event

The Event type exposes the following members

Constructors

NameDescription
Public Method Event()

Properties

NameTypeDescription
Public Property AppPackageName System.String

Gets and sets the property AppPackageName.

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

Public Property AppTitle System.String

Gets and sets the property AppTitle.

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

Public Property AppVersionCode System.String

Gets and sets the property AppVersionCode.

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

Public Property Attributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Attributes.

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

Public Property ClientSdkVersion System.String

Gets and sets the property ClientSdkVersion.

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

Public Property EventType System.String

Gets and sets the property EventType.

The name of the event.

Public Property Metrics System.Collections.Generic.Dictionary<System.String, System.Double>

Gets and sets the property Metrics.

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

Public Property SdkName System.String

Gets and sets the property SdkName.

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

Public Property Session Amazon.Pinpoint.Model.Session

Gets and sets the property Session.

Information about the session in which the event occurred.

Public Property Timestamp System.String

Gets and sets the property Timestamp.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5