Analytics Class |
Namespace: Oracle.Cloud.Mobile.Analytics
The Analytics type exposes the following members.
Name | Description | |
---|---|---|
![]() | Backend |
The Mobile Backend that this Service Proxy is associated with.
(Inherited from ServiceProxy.) |
![]() | SessionId |
The current session's ID if a session exists.
|
Name | Description | |
---|---|---|
![]() | EndSession |
Ends a session if one exists.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FlushAsync |
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.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogEvent(String) |
Creates a new analytics event with the given name.
|
![]() | LogEvent(AnalyticsEvent) |
Writes out an analytics event.
|
![]() | StartSession |
Starts a new session. If one is in progress, then a new session will not be created.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |