AnalyticsService

public final class AnalyticsService : AnalyticsServiceProtocol

AnalyticsService is responsible for sending batched analytics events to a server. It utilizes a session manager to manage network requests and communicates with a configurable API domain.

  • The API domain used for sending analytics event requests. This determines the base URL for API communication.

    Declaration

    Swift

    public var apiDomain: APIDomain