Package com.my.target.mediation
Interface AdChoicesClickHandler
- All Known Implementing Classes:
MyTargetNativeAdAdapter,MyTargetNativeBannerAdAdapter
public interface AdChoicesClickHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAdChoicesClick(android.content.Context context) Method for processing click on adChoices
-
Method Details
-
handleAdChoicesClick
void handleAdChoicesClick(@NonNull android.content.Context context) Method for processing click on adChoices
-