Click or drag to resize
Analytics Class
Class that provides analytics capabilities.
Inheritance Hierarchy

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 Analytics : ServiceProxy

The Analytics type exposes the following members.

Constructors
  NameDescription
Public methodAnalytics
Internal constructor not intended for public callers.
Top
Properties
  NameDescription
Public propertyBackend
The Mobile Backend that this Service Proxy is associated with.
(Inherited from ServiceProxy.)
Public propertySessionId
The current session's ID if a session exists.
Top
Methods
  NameDescription
Public methodEndSession
Ends a session if one exists.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlushAsync
Uploads all events to the service if the device is online or caches them locally until the device goes online at which point they will be uploaded. If a session is in progress it will end.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogEvent(String)
Creates a new analytics event with the given name.
Public methodLogEvent(AnalyticsEvent)
Writes out an analytics event.
Public methodStartSession
Starts a new session. If one is in progress, then a new session will not be created.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also