AI-generated Key Takeaways
- 
          The IMAFriendlyObstructionPurposeenum defines reasons for registering an obstruction as friendly.
- 
          Purposes include media controls, closing an ad, the obstruction not being visible, or other reasons. 
IMAFriendlyObstructionPurpose
enum IMAFriendlyObstructionPurpose : NSUInteger {}A list of purposes for which an obstruction would be registered as friendly.
- 
                  
                  Undocumented DeclarationSwift case mediaControls = 0Objective-C IMAFriendlyObstructionPurposeMediaControls
- 
                  
                  Undocumented DeclarationSwift case closeAd = 1Objective-C IMAFriendlyObstructionPurposeCloseAd
- 
                  
                  Undocumented DeclarationSwift case notVisible = 2Objective-C IMAFriendlyObstructionPurposeNotVisible
- 
                  
                  Undocumented DeclarationSwift case other = 3Objective-C IMAFriendlyObstructionPurposeOther