[[["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."],[[["`IMAAdPlaybackInfo` provides information about the current state of ad playback, such as current time, total time, and buffered time."],["It indicates if the ad is currently playing with the `isPlaying` property."],["All time-related properties are represented as `TimeInterval` values and are set to 0 if no ad is loaded."],["This protocol is used by the IMA SDK to track and communicate the playback status of ads within your application."]]],["The `IMAAdPlaybackInfo` protocol groups ad player properties, providing read-only access to key time-related metrics and playback status. It includes `currentMediaTime`, representing the ad's current playback time; `totalMediaTime`, indicating the ad's total duration; and `bufferedMediaTime`, showing the amount of buffered media time. Additionally, the `playing` property, or `isPlaying`, reveals whether the ad is currently playing. If no ad is loaded all the times will be 0.\n"]]