Package-level declarations

Types

Link copied to clipboard
data class BrightcoveDataCollectionConfig(val accountId: Long, val videoId: String, val videoName: String? = null, val sessionId: String? = null, val engagementEventInterval: Int? = DEFAULT_ENGAGEMENT_INTERVAL_MS, val userId: String? = null, val deviceType: String? = null, val deviceOs: String? = null, val deviceOsVersion: String? = null, val deviceManufacturer: String? = null, val deviceModel: String? = null, val country: String? = null, val countryName: String? = null, val region: String? = null, val regionName: String? = null, val city: String? = null, val dma: String? = null, val destination: String? = null, val source: String? = null, val playerId: String? = null, val playerName: String? = null, val application: String? = null, val debugLogging: Boolean = false, val includeQoEMetrics: Boolean = false)

Configuration for Brightcove Data Collection API v2 integration.

Link copied to clipboard

Enumeration of all Brightcove Data Collection API v2 event types.