OnCustomClickListener

fun interface OnCustomClickListener


Interface definition for overriding a custom native ad's default click behavior.

Summary

Public functions

Unit
onCustomClick(assetName: String)

Called when a custom native ad is clicked.

Public functions

onCustomClick

fun onCustomClick(assetName: String): Unit

Called when a custom native ad is clicked. Perform a custom click action.

Parameters
assetName: String

The name of the asset that was clicked.