-
public final class PIPLoaderCreated by adeshmukh on 17/04/25. Project Name: OSMOS-Android-SDK File Name: PIPLoader
-
-
Method Summary
Modifier and Type Method Description final UnitshowPIP(Activity activity, VideoAd ad, String cliUbid, Integer width, Integer height, Coordinates coordinates, Boolean isClamped, Function1<Map<String, Object>, Unit> adClickListener)final ExoPlayercreatePlayer(Context context)final UnitupdateMuteButtonState(ExoPlayer exoPlayer, Boolean isMuted)final UnitcleanUp()-
-
Constructor Detail
-
PIPLoader
PIPLoader(CoroutineScope coroutineScope, AdTracker adTracker)
-
-
Method Detail
-
showPIP
final Unit showPIP(Activity activity, VideoAd ad, String cliUbid, Integer width, Integer height, Coordinates coordinates, Boolean isClamped, Function1<Map<String, Object>, Unit> adClickListener)
-
createPlayer
final ExoPlayer createPlayer(Context context)
-
updateMuteButtonState
final Unit updateMuteButtonState(ExoPlayer exoPlayer, Boolean isMuted)
-
-
-
-