Click or drag to resize
AnalyticsEvent Class
Class that holds an analytics event.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.AnalyticsAnalyticsEvent

Namespace: Oracle.Cloud.Mobile.Analytics
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class AnalyticsEvent

The AnalyticsEvent type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsEvent
Creates a new analytics event with the given name.
Top
Properties
  NameDescription
Public propertyName
The name of the event.
Public propertyProperties
A dictionary of custom caller specifiable properties.
Public propertySessionId
The ID of the current session.
Public propertyTimestamp
The timestamp of the event, the system will populate with the current time by default.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the JSON format for the event.
(Overrides ObjectToString.)
Top
See Also