[[["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\u003eThis documentation lists globally available enumerations used by the IMA SDK for tvOS.\u003c/p\u003e\n"],["\u003cp\u003eEnumerations detail error types and codes, ad events, friendly obstruction purposes and customizable UI elements.\u003c/p\u003e\n"],["\u003cp\u003eEach enumeration is defined for Swift and Objective-C, outlining their respective types and purposes within the SDK.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these enumerations to handle ad interactions, errors, and UI customization within their tvOS apps.\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](/interactive-media-ads/docs/sdks/tvos/client-side/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](/interactive-media-ads/docs/sdks/tvos/client-side/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](/interactive-media-ads/docs/sdks/tvos/client-side/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](/interactive-media-ads/docs/sdks/tvos/client-side/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](/interactive-media-ads/docs/sdks/tvos/client-side/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 {}"]]