Package com.my.target.mediation
Interface AdChoicesClickHandler
-
- All Implemented Interfaces:
public interface AdChoicesClickHandler
-
-
Method Summary
Modifier and Type Method Description abstract voidhandleAdChoicesClick(@NonNull() Context context)Method for processing click on adChoices -
-
Method Detail
-
handleAdChoicesClick
abstract void handleAdChoicesClick(@NonNull() Context context)
Method for processing click on adChoices
-
-
-
-