RunaAdSession

class RunaAdSession : AdSession

Uses this class to avoid duplication of display ad content, in case of sets multiple AdView on same Screen.

-> Sample Code

Since

1.2.0

Constructors

Link copied to clipboard
fun RunaAdSession()

Functions

Link copied to clipboard
open override fun bind(vararg adView: AdView)

Sets multiple AdView to this method to avoid duplication of ads display in those AdViews.
Also when set multiple AdView in this method, allow an interval to execute those AdVie$show method, because browse to the ads loaded of the previously bound AdView.

Link copied to clipboard
open override fun unbindAll(activity: Activity)

Cancel all AdView sessions bound on that Activity.