#include <mxanalytics.h>
Provides functionality for metrics.
Private Member Functions | |
MAXON_INTERFACE_NONVIRTUAL (MxAnalyticsInterface, MAXON_REFERENCE_STATIC, "net.maxon.interface.mxanalytics") | |
|
private |
|
static |
Checks whether the MxAnalytics system has been initialized or not.
|
static |
Sends / stores an MxAnalytics event.
[in] | identifier | Identifier - must not be empty! |
[in] | key | Key - must not be empty! |
[in] | value | Value. |
[in] | omitEmpty | Omit key with empty value. |
|
static |
Sends / stores an MxAnalytics event.
[in] | identifier | Identifier - must not be empty!. |
[in] | keyValuePairs | Datadictionary of key + value string pairs - keys must not be empty! |
[in] | omitEmpty | Omit keys with empty values. |
|
static |
Sends / stores an MxAnalytics event if an app was launched.
[in] | name | Name of the app. |
|
static |
Sends / stores an MxAnalytics event if a plugin was used.
[in] | name | Name of the plugin. |
[in] | host | Name of the plugin host. |
|
static |
Sends / stores an MxAnalytics event if a preset was used.
[in] | name | Name of the preset. |
|
static |
Sends / stores an MxAnalytics event if a tool was used.
[in] | name | Name of the tool. |
|
static |
Sends / stores an MxAnalytics event if a feature was used.
[in] | name | Name of the feature. |
|
static |
Sends / stores an MxAnalytics event if a frame was rendered.
[in] | batchSize | Batch size. |
|
static |
Sends / stores an MxAnalytics event if a rendering was finished.
[in] | name | Name of the event. |
|
static |
Marks the session as active usage of Cineware.
|
static |
Private.
|
static |
Private.
|
static |
Private.