A listener interface apps can use to receive unconfirmed click events when using the Confirmed Click feature.
| abstract void |
onUnconfirmedClickCancelled()
Called after
onUnconfirmedClickReceived(String) when the user rejects an
unconfirmed click.
|
| abstract void |
onUnconfirmedClickReceived(String assetId)
Called when a native ad object receives an unconfirmed click.
|
Called after
onUnconfirmedClickReceived(String) when the user rejects an unconfirmed
click. Apps should update their ad presentation to return it to the original state.
Called when a native ad object receives an unconfirmed click. Apps are then
responsible for updating their ad presentation to indicate that the user should confirm
or reject the clickthrough (making sure the View set in
NativeAdViewHolder.setClickConfirmingView(View) or
NativeAdView.setClickConfirmingView(View) is visible).
| assetId | ID of the asset that received the unconfirmed click. |
|---|