-
public final class CarouselLoaderCreated by adeshmukh on 24/04/25. Project Name: OSMOS-Android-SDK File Name: CarouselLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCarouselLoader.LayoutResultpublic final classCarouselLoader.CarouselAdapterpublic final classCarouselLoader.MultiAdAdapter
-
Constructor Summary
Constructors Constructor Description CarouselLoader(CoroutineScope coroutineScope, AdTracker adTracker)
-
Method Summary
Modifier and Type Method Description final ViewrenderCarouselView(Context context, Integer width, Integer height, String cliUbid, List<CarouselAdElement> adList, CarouselAd carouselAd, Function3<Map<String, Object>, Map<String, Object>, String, Unit> adClickedListener)final ViewrenderMultiAdCarouselView(Context context, Integer width, Integer height, List<MultiAd> multiAd, Function1<Map<String, Object>, Unit> adClickListener)final UnitreleaseAllPlayers()-
-
Constructor Detail
-
CarouselLoader
CarouselLoader(CoroutineScope coroutineScope, AdTracker adTracker)
-
-
Method Detail
-
renderCarouselView
final View renderCarouselView(Context context, Integer width, Integer height, String cliUbid, List<CarouselAdElement> adList, CarouselAd carouselAd, Function3<Map<String, Object>, Map<String, Object>, String, Unit> adClickedListener)
-
renderMultiAdCarouselView
final View renderMultiAdCarouselView(Context context, Integer width, Integer height, List<MultiAd> multiAd, Function1<Map<String, Object>, Unit> adClickListener)
-
releaseAllPlayers
final Unit releaseAllPlayers()
-
-
-
-