You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ima...@googlegroups.com
Hello, I've updated my files with the last version (3.0.95) and now when I compile I receive this error:
errorCode: 100:ReferenceError: Error #1069: Property mediaTimeout not found on com.google.ads.ima.api.AdsRenderingSettings and there is no default value.
It can be right because of the new property mediaTimeout. But this property doesn't seem to be present inside AdsRenderingSettings.
In fact if I write (I knew already that it doesn't work, anyway...): adsRenderingSettings.mediaTimeout = 8;
Error: Access of possibly undefined property mediaTimeout through a reference with static type com.google.ads.ima.api:AdsRenderingSettings.
To solve this now I've extended AdsRenderingSetting and added a mediaTimeout property. It works but maybe the new version is not correctly updated or I'm doing something wrong.
Shawn Busolits (IMA SDK Team)
unread,
Dec 6, 2013, 11:54:27 AM12/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ima...@googlegroups.com
Hi GIovanni,
We had to unfortunately roll back the release that introduced the mediaTimeout property, which is why you're seeing that error. We're working on updating the release notes now, and hope to have that feature re-released soon.