public interface CriteoAdListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAdClicked()
Callback invoked when a user clicks anywhere on the Ad.
|
default void |
onAdFailedToReceive(CriteoErrorCode code)
Callback invoked when an Ad is requested but none may be provided by the SDK.
|
default void |
onAdLeftApplication()
Callback invoked when an Ad is clicked and the user is redirected outside the application, to
the product web page for instance.
|
@UiThread
default void onAdFailedToReceive(@NonNull
CriteoErrorCode code)
code - error code indicating the reason of the failure@UiThread default void onAdLeftApplication()
@UiThread default void onAdClicked()