-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases/v1.6.0 #100
Releases/v1.6.0 #100
Conversation
* VideoPlayerAdCallback added to ima. * Some error desc * Use aderror + cleanup * Doc clarification * Add kotlin APIs * cleanup * Actually set the ad player callback --------- Co-authored-by: Emily Dixon <[email protected]>
There's some fixes to make in the Core, so I'm going to hold this release until I can take care of them later in the week |
oops |
@@ -36,7 +36,7 @@ fun ImaAdsLoader.Builder.monitorWith( | |||
|
|||
setAdEventListener(adsListener) | |||
setAdErrorListener(adsListener) | |||
customerAdPlayerAdCallback?.let { setVideoAdPlayerCallback(adsListener) } | |||
setVideoAdPlayerCallback(adsListener) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
A draft release has been created for this version. Find it here! https://github.com/muxinc/mux-stats-sdk-media3/releases/tag/untagged-b8d1eb74621036df6eac |
Updates
VideoPlayerAdCallback
supply it toImaAdsLoader.monitorWith
(VideoPlayerAdCallback added to IMA integration #82).Fixes
Internal lib updates
stats.java
to 8.1.2muxstats.android
to 1.4.2Co-authored-by: Emily Dixon [email protected]
Co-authored-by: Tomislav Kordic [email protected]
Co-authored-by: GitHub [email protected]