Package-level declarations

Types

Link copied to clipboard
data class AdMetadataItem(val key: String, val value: String)

MetadataItem encapsulates one key-value item used in the onMetadata callback

Link copied to clipboard
interface AdPlayer

AdPlayer is an interface that describes the functionality of our media player and should be extended to create an SDK-compatible ad player.

Link copied to clipboard

AdStreamPlayerAdapter interface offers a more Kotlin-friendly approach to pass your player information to the AdswizzAdStreamManager object

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SDKError : Error