Package com.my.target.nativeads
Interface NativeAd.CollageItemsShowHandler
-
- All Implemented Interfaces:
public interface NativeAd.CollageItemsShowHandlerInterface for handling collage item showing
-
-
Method Summary
Modifier and Type Method Description abstract booleanshowCollageItem(int collageItemPosition, @NonNull() View view)Method for showing collage items by app Return true if your app shows collage items. -
-
Method Detail
-
showCollageItem
abstract boolean showCollageItem(int collageItemPosition, @NonNull() View view)
Method for showing collage items by app Return true if your app shows collage items. Return false if your app doesn't show collage items.
-
-
-
-