BannersUpdatedEvent

class BannersUpdatedEvent(val banners: List<Banner>)

Parameters

banners

The list of Banner.

Constructors

Link copied to clipboard
constructor(banners: List<Banner>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getBanner(placementId: String): Banner?

Gets a specific Banner by its placement id.

Link copied to clipboard
open override fun toString(): String