NativeAdToken

data class NativeAdToken(val placementId: String, val tokenId: String)(source)

Opaque handle to a pooled native ad. Obtained from NativeAdPool.acquire and returned via NativeAdPool.release. The tokenId uniquely identifies the cached ad instance within its pool.

Constructors

Link copied to clipboard
constructor(placementId: String, tokenId: String)

Properties

Link copied to clipboard

The placement that owns this token's pool.

Link copied to clipboard

Unique identifier for this cached ad instance.