Interface PrebidMediationDelegate
public interface PrebidMediationDelegate
PrebidMediationDelegate is a delegate of custom mediation platform.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if banner view is visible, and it is possible to make refresh.voidhandleKeywordsUpdate(HashMap<String, String> keywords) Sets keywords into a given mediation ad objectvoidsetResponseToLocalExtras(BidResponse response) Sets response into a given mediation ad object
-
Method Details
-
handleKeywordsUpdate
Sets keywords into a given mediation ad object -
setResponseToLocalExtras
Sets response into a given mediation ad object -
canPerformRefresh
boolean canPerformRefresh()Checks if banner view is visible, and it is possible to make refresh.
-