onAdEnd

abstract fun onAdEnd(brk: Break, assetId: String, index: Int, total: Int)

Asset assetId of brk finished playing as ad index (0-based) of total.


open fun onAdEnd(brk: Break, assetId: String, index: Int, total: Int, identity: AdCreativeIdentity?, asset: Asset? = null)

The identity-carrying counterpart of onAdEnd for the ads of a GAM pod; see the onAdStart overload.