-
public interface AppstockNativeAdListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonAppstockNativeLoaded(AppstockNativeAd ad)A successful native ad is returned abstract voidonAppstockNativeNotFound()Native was not found in the server returned response,Please display the ad as regular ways abstract voidonAppstockNativeNotValid()Native ad was returned, however, the bid is not valid for displayingShould be treated as on ad load failed -
-
Method Detail
-
onAppstockNativeLoaded
abstract void onAppstockNativeLoaded(AppstockNativeAd ad)
A successful native ad is returned
- Parameters:
ad- use this instance for displaying
-
onAppstockNativeNotFound
abstract void onAppstockNativeNotFound()
Native was not found in the server returned response,Please display the ad as regular ways
-
onAppstockNativeNotValid
abstract void onAppstockNativeNotValid()
Native ad was returned, however, the bid is not valid for displayingShould be treated as on ad load failed
-
-
-
-