AnalyticsEvent Constructor |
Creates a new analytics event with the given name.
Namespace: Oracle.Cloud.Mobile.AnalyticsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic AnalyticsEvent(
string name
)
Public Sub New (
name As String
)
public:
AnalyticsEvent(
String^ name
)
new :
name : string -> AnalyticsEvent
Parameters
- name
- Type: SystemString
The name of the event.
See Also