onAdMetaChanged

open fun onAdMetaChanged(@NonNull ad: GfpAd, params: Map<String, String>)

(Only banner ad) Called when the meta data of the banner ad changes.

Parameters

ad

the ad that meta data was changed.

params

the meta data.


open fun onAdMetaChanged(params: Map<String, String>)

Deprecated

(Only banner ad) Called when the meta data of the banner ad changes.

Deprecated

Use onAdMetaChanged instead.

Parameters

params

the meta data.