Skip to main content

AnalyticsHelper

public class AnalyticsHelper

Method Summary

FunctionTypeDescription
logAppEvent(eventName: String, tenant: BIDTenant, eventParams: [String: Any])voidLogs 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.
ParameterDescription
eventNameString: Event Name
tenantBIDTenant: Tenant object againts against which event needs to report.
eventParams[String: Any]: Event data which needs to report.