Click or drag to resize
AnalyticsEvent Constructor
Creates a new analytics event with the given name.

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 AnalyticsEvent(
	string name
)

Parameters

name
Type: SystemString
The name of the event.
See Also