AnalyticsLogEvent Method (String) |
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 LogEvent(
string name
)
Public Function LogEvent (
name As String
) As AnalyticsEvent
public:
AnalyticsEvent^ LogEvent(
String^ name
)
member LogEvent :
name : string -> AnalyticsEvent
Parameters
- name
- Type: SystemString
The name of the event.
Return Value
Type:
AnalyticsEventThe AnalyticsEvent that was logged.
See Also