Package-level declarations

Types

Link copied to clipboard
data class MediaAdBreakEntity @JvmOverloads constructor(var breakId: String, var name: String? = null, var breakType: MediaAdBreakType? = null, var podSize: Int? = null)

Properties for the ad break context entity attached to media events during ad break playback. Entity schema: iglu:com.snowplowanalytics.snowplow.media/ad_break/jsonschema/1-0-0.

Link copied to clipboard

Type of ads within the break.

Link copied to clipboard
data class MediaAdEntity @JvmOverloads constructor(var adId: String, var name: String? = null, var creativeId: String? = null, var podPosition: Int? = null, var duration: Double? = null, var skippable: Boolean? = null)

Properties for the ad context entity attached to media events during ad playback. Entity schema: iglu:com.snowplowanalytics.snowplow.media/ad/jsonschema/1-0-0.

Link copied to clipboard
data class MediaPlayerEntity @JvmOverloads constructor(var currentTime: Double? = null, var duration: Double? = null, var ended: Boolean? = null, var fullscreen: Boolean? = null, var livestream: Boolean? = null, var label: String? = null, var loop: Boolean? = null, var mediaType: MediaType? = null, var muted: Boolean? = null, var paused: Boolean? = null, var pictureInPicture: Boolean? = null, var playerType: String? = null, var playbackRate: Double? = null, var quality: String? = null, var volume: Int? = null)

Properties for the media player context entity attached to media events. Entity schema: iglu:com.snowplowanalytics.snowplow.media/player/jsonschema/1-0-0.

Link copied to clipboard

Type of media content.