We'll post in this thread every time a new version of the IMA Android SDK is released. If you wish to receive these updates by e-mail, click the Topic Options arrow at the top of this thread and click E-mail updates to me.
AdError.AdErrorCode.VAST_EMPTY_RESPONSE
AdError.getErrorNumber()
AdsRequest.setAdWillAutoPlay(Boolean)
CompanionAdSlot.isFilled()
ImaSdkSettings.setPlayerType(String)
ImaSdkSettings.setPlayerVersion(String)
ImaSdkSettings.getMaxRedirects
 and ImaSdkSettings.setMaxRedirects
.final
.AdError.AdErrorCode
 values have been removed:API_ERROR
 - instead use UNKNOWN_AD_RESPONSE
.PLAYLIST_MALFORMED_RESPONSE
 - instead use UNKNOWN_AD_RESPONSE
.REQUIRED_LISTENERS_NOT_ADDED
 - was not being raised by the SDK.VAST_INVALID_URL
 - instead use VAST_LOAD_TIMEOUT
.AD_BREAK_STARTED
 and AD_BREAK_ENDED
 events to AdEventListener.onAdEvent callback.CompanionAdSlot.ClickListener
 and methods to add and remove a listener.getViewability()
 error logs.setDebugMode
 to ImaSdkSettings
.getCompanionAds()
 to Ad
. This retuns companion ads while using DAI only.CompanionAd
 class.SKIPPABLE_STATE_CHANGED
 event to AdEvent
.focusSkipButtonWhenAvailable
 wasn't being respected in some cases.8/13/2018 - 3.10.2
- Fixes a race condition that causes the second ad in a pod to throw a VAST 402 error.
- Adds frequency capping and competitive exclusion to the DAI Android SDK.
- Moves getAdProgressInfo() from StreamManager to BaseManager.
- Adds getVastMediaHeight(), getVastMediaWidth() and getVastMediaBitrate() to Ad.
--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
3.10.9
- Fixed a race condition bug where ad UI sometimes doesn't render on subsequent ads after the first ad is skipped.
- Fixed a crash that occurred when calling the getCompanionAds() API.
createAdDisplayContainer(ViewGroup container, VideoAdPlayer player)
createStreamDisplayContainer(ViewGroup container, VideoStreamPlayer player)
createAudioAdDisplayContainer(Context context, VideoAdPlayer player)
ImaSdkFactory.createSdkOwnedPlayer
 which should be used by those using IMAs built-in player (SdkOwnedPlayer). It should be manually constructed and passed into the constructor for AdDisplayContainer.setAdContainer
 and setPlayer
.10/14/2022 - 3.29.0
Â