AnalyticsEvent Class |
Namespace: Oracle.Cloud.Mobile.Analytics
The AnalyticsEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnalyticsEvent |
Creates a new analytics event with the given name.
|
Name | Description | |
---|---|---|
![]() | Name |
The name of the event.
|
![]() | Properties |
A dictionary of custom caller specifiable properties.
|
![]() | SessionId |
The ID of the current session.
|
![]() | Timestamp |
The timestamp of the event, the system will populate with the current time by default.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the JSON format for the event.
(Overrides ObjectToString.) |