AnalyticsHelper
public class AnalyticsHelper
Method Summary
| Function | Type | Description |
|---|---|---|
| logAppEvent(eventName: String, tenant: BIDTenant, eventParams: [String: Any]) | void | Logs an event for a specified tenant, using the provided event data in a dictionary. |
Method Details
logAppEvent
public static func logAppEvent(eventName: String, tenant: BIDTenant, eventParams: [String: Any])
- Logs an event for a specified tenant, using the provided event data in a dictionary.
| Parameter | Description |
|---|---|
| eventName | String: Event Name |
| tenant | BIDTenant: Tenant object againts against which event needs to report. |
| eventParams | [String: Any]: Event data which needs to report. |