OnCustomClickListener

public fun interface OnCustomClickListener


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

Summary

Public methods

abstract void

Called when a custom native ad is clicked.

Public methods

onCustomClick

abstract void onCustomClick(@NonNull String assetName)

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

Parameters
@NonNull String assetName

The name of the asset that was clicked.