[[["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 2025-08-20 UTC."],[[["\u003cp\u003eThis documentation outlines the available global enumerations for the IMA SDK on iOS.\u003c/p\u003e\n"],["\u003cp\u003eThe enumerations include: \u003ccode\u003eIMAErrorType\u003c/code\u003e, \u003ccode\u003eIMAErrorCode\u003c/code\u003e, \u003ccode\u003eIMAAdEventType\u003c/code\u003e, \u003ccode\u003eIMAFriendlyObstructionPurpose\u003c/code\u003e, and \u003ccode\u003eIMAUiElementType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese enumerations define error types, error codes, ad events, obstruction purposes, and customizable UI elements respectively.\u003c/p\u003e\n"],["\u003cp\u003eEach enumeration is available in both Swift and Objective-C with corresponding declarations provided.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n[IMAErrorType\n------------](#/IMAErrorType)\n\n- `\n ``\n ``\n `\n\n ### [IMAErrorType](/ad-manager/dynamic-ad-insertion/sdk/ios/reference/Enums/IMAErrorType)\n\n `\n ` \n Possible error types while loading or playing ads. \n\n #### Declaration\n\n Swift \n\n enum IMAErrorType : Int, @unchecked Sendable\n\n Objective-C \n\n enum IMAErrorType : NSInteger {}\n\n[IMAErrorCode\n------------](#/IMAErrorCode)\n\n- `\n ``\n ``\n `\n\n ### [IMAErrorCode](/ad-manager/dynamic-ad-insertion/sdk/ios/reference/Enums/IMAErrorCode)\n\n `\n ` \n Possible error codes raised while loading or playing ads. \n\n #### Declaration\n\n Swift \n\n enum IMAErrorCode : Int, @unchecked Sendable\n\n Objective-C \n\n enum IMAErrorCode : NSInteger {}\n\n[IMAAdEventType\n--------------](#/IMAAdEventType)\n\n- `\n ``\n ``\n `\n\n ### [IMAAdEventType](/ad-manager/dynamic-ad-insertion/sdk/ios/reference/Enums/IMAAdEventType)\n\n `\n ` \n Different event types sent by the IMAAdsManager to its delegate. \n\n #### Declaration\n\n Swift \n\n enum IMAAdEventType : Int, @unchecked Sendable\n\n Objective-C \n\n enum IMAAdEventType : NSInteger {}\n\n- `\n ``\n ``\n `\n\n ### [IMAFriendlyObstructionPurpose](/ad-manager/dynamic-ad-insertion/sdk/ios/reference/Enums/IMAFriendlyObstructionPurpose)\n\n `\n ` \n A list of purposes for which an obstruction would be registered as friendly. \n\n #### Declaration\n\n Swift \n\n enum IMAFriendlyObstructionPurpose : UInt, @unchecked Sendable\n\n Objective-C \n\n enum IMAFriendlyObstructionPurpose : NSUInteger {}\n\n[IMAUiElementType\n----------------](#/IMAUiElementType)\n\n- `\n ``\n ``\n `\n\n ### [IMAUiElementType](/ad-manager/dynamic-ad-insertion/sdk/ios/reference/Enums/IMAUiElementType)\n\n `\n ` \n Different UI elements that can be customized. \n\n #### Declaration\n\n Swift \n\n enum IMAUiElementType : Int, @unchecked Sendable\n\n Objective-C \n\n enum IMAUiElementType : NSInteger {}"]]