Chartboost Mediation Fullscreen Ad Queue
The fullscreen ad queue class. This class is responsible for loading multiple ChartboostMediationFullscreenAd ads and storing them to a queue for subsequent showing. Ads that have been stored for a period of queuedAdTtlMs are expired and removed from the queue.
The queue will begin to load ads upon start()
and continue to fill until it reaches the queueCapacity. When an ad is removed from the queue, a new load will be attempted.
The queue will stop to load ads upon stop()
. However, ads already stored will persist until they are either retrieved from the queue or have been expired automatically.
Parameters
Context The current context.
String The corresponding Chartboost Mediation placement.
Properties
The ChartboostMediationFullscreenAdQueueListener to notify of fullscreen ad queue events.
A property that gets the number of ready ads currently in the ad queue.
Publisher-specified map of String to Any that is sent to all the partners.
A property that gets and sets the ad queue capacity.