Interface IAnalyticsEngine
Interface IAnalyticsEngine
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
public interface IAnalyticsEngine
Methods
SendEvent(String)
Sends the event.
Declaration
void SendEvent(string eventName)
Parameters
Type | Name | Description |
---|---|---|
String | eventName | Name of the event. |
SendEvent(AnalyticsEngineEvent)
Sends the event.
Declaration
void SendEvent(AnalyticsEngineEvent analyticsEvent)
Parameters
Type | Name | Description |
---|---|---|
AnalyticsEngineEvent | analyticsEvent | The analytics event. |
TrackContext(Context)
Tracks the context.
Declaration
void TrackContext(Context context)
Parameters
Type | Name | Description |
---|---|---|
Context | context | The context. |
TrackProduct(Product)
Tracks the product.
Declaration
void TrackProduct(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | The product. |