Releases: kaltura/playkit-android-ima
Releases · kaltura/playkit-android-ima
v4.28.1
v4.28.0
v4.27.0
v4.26.0
v4.25.0
v4.24.1
v4.24.0
Changes from v4.23.0
Plugin Playkit Support
v4.24.0
Features
-
FEC-12227 | Add ability to give surface aspect ratio for the Ads (#153)
Example:
To set the resize mode,
player.getSettings().setSurfaceAspectRatioResizeMode(PKAspectRatioResizeMode.zoom);
To update the resize mode,
player.updateSurfaceAspectRatioResizeMode(PKAspectRatioResizeMode.fit);
Note
Aspect ratio passed for the Content will be applied same for the Ad view. So If Ad has AspectRatio applied then the same will applied for the content playback.
Gradle
- implementation 'com.kaltura.playkit:imaplugin:4.24.0'
v4.22.4
v4.23.0
Changes from v4.22.0
Plugin Playkit Support
v4.23.0
Upgrades
-
FEC-11682 | IMA SDK upgrade to 3.27.0 (#151)
enableCustomTabs
config for IMA. More Details
Gradle
- implementation 'com.kaltura.playkit:imaplugin:4.23.0'