FullscreenPlacement

Properties

Link copied to clipboard
abstract val adInfo: AdInfo?

Returns additional information like price and currency of the currently loaded ad.

Link copied to clipboard

Sets the content targeting url for the application. This information will be used only if no placement-specific targeting is available.

Link copied to clipboard

Sets the impression listener for the given placement.

Link copied to clipboard

Set the placement listener that will listen to ad loading and display events.

Link copied to clipboard

Sets the multi content targeting url for the application. Not all ad-networks supports multiple urls.

Link copied to clipboard

Sets the statistics listener that will be notified about placement reporting events, like counted adspace, request etc.

Link copied to clipboard
abstract var targetingInfo: Map<String, List<String>>?

Sets the targeting information for the given placement. Information provided for placement overrides targeting information for application set by the setTargetingInfo.

Inherited properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun hasAd(): Boolean

Returns true if there is an ad loaded for this placementId.

Link copied to clipboard

Checks if desired impression cap (set on AddApptr Dashboard) is reached for this placement.

Link copied to clipboard
abstract fun reload(): Boolean

Requests placement reload. Works only if automatic reloading is disabled.

Link copied to clipboard
abstract fun show(): Boolean

Shows the fullscreen ad if ad is ready.

Link copied to clipboard
abstract fun startAutoReload()

Enables automatic reloading of placement. When using this method, the placement will automatically reload once the current loaded ad has been shown.

Link copied to clipboard
abstract fun stopAutoReload()

Stop the automatic reloading of the placement.