[[["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 2024-08-21 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMAAdsLoadedData\u003c/code\u003e provides data returned when the ads loader successfully loads an ad.\u003c/p\u003e\n"],["\u003cp\u003eIt contains an \u003ccode\u003eadsManager\u003c/code\u003e for traditional ad requests, or a \u003ccode\u003estreamManager\u003c/code\u003e for dynamic ad insertion.\u003c/p\u003e\n"],["\u003cp\u003eIncludes optional \u003ccode\u003euserContext\u003c/code\u003e passed in the initial ad request for application-specific data.\u003c/p\u003e\n"]]],[],null,["IMAAdsLoadedData \n\n @interface IMAAdsLoadedData : NSObject\n\nAd data that is returned when the ads loader loads the ad.\n- `\n ``\n ``\n `\n\n [adsManager](#/c:objc(cs)IMAAdsLoadedData(py)adsManager)`\n ` \n The ads manager instance created by the ads loader.\n Will be nil when using dynamic ad insertion. \n\n Declaration \n Swift \n\n var adsManager: ../Classes/IMAAdsManager.html? { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/IMAAdsManager.html *adsManager;\n\n- `\n ``\n ``\n `\n\n [streamManager](#/c:objc(cs)IMAAdsLoadedData(py)streamManager)`\n ` \n The stream manager instance created by the ads loader.\n Will be nil when requesting ads client side. \n\n Declaration \n Swift \n\n var streamManager: ../Classes/IMAStreamManager.html? { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/IMAStreamManager.html *streamManager;\n\n- `\n ``\n ``\n `\n\n [userContext](#/c:objc(cs)IMAAdsLoadedData(py)userContext)`\n ` \n The user context specified in the ads request. \n\n Declaration \n Swift \n\n var userContext: Any? { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) id userContext;"]]