AnalyticsIntegration

@available(*, deprecated, message: "This enumration will be removed with the next major release. Analytics will be moved to separate modules in the form of connectors. For more info check: https://github.com/THEOplayer/iOS-Connector")
@objc(THEOplayerAnalyticsIntegration)
public enum AnalyticsIntegration : Int
extension AnalyticsIntegration: Codable

The different kinds of analytics integrations.

  • Youbora analytics.

    Declaration

    Swift

    @objc(THEOplayerAnalyticsIntegrationYOUBORA)
    case youbora = 1
  • Moat analytics.

    Declaration

    Swift

    @objc(THEOplayerAnalyticsIntegrationMOAT)
    case moat = 2
  • Conviva analytics.

    Declaration

    Swift

    @objc(THEOplayerAnalyticsIntegrationCONVIVA)
    case conviva = 3
  • Agama analytics.

    Declaration

    Swift

    @objc(THEOplayerAnalyticsIntegrationAGAMA)
    case agama = 4
  • The raw value of type String.

    Declaration

    Swift

    public var _rawValue: String { get set }