Stay organized with collections
Save and categorize content based on your preferences.
public class
AdMediaInfo
extends Object
The minimal information required to play an ad. Note that multiple AdMediaInfo objects may
resolve to the same content, but refer to different ads. Thus when comparing AdMediaInfo objects
one should use the identity equality check, as opposed to comparing their URLs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-14 UTC."],[[["`AdMediaInfo` objects contain the minimum data needed for ad playback."],["Different `AdMediaInfo` objects might point to the same content but represent separate ads, requiring identity checks for comparison instead of URL comparisons."],["The primary information accessible via `AdMediaInfo` is the ad's URL, retrieved using the `getUrl()` method."]]],[]]