AI-generated Key Takeaways
-
The
IMAFriendlyObstructionPurpose
enum 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
Declaration
Swift
case mediaControls = 0
Objective-C
IMAFriendlyObstructionPurposeMediaControls
-
Undocumented
Declaration
Swift
case closeAd = 1
Objective-C
IMAFriendlyObstructionPurposeCloseAd
-
Undocumented
Declaration
Swift
case notVisible = 2
Objective-C
IMAFriendlyObstructionPurposeNotVisible
-
Undocumented
Declaration
Swift
case other = 3
Objective-C
IMAFriendlyObstructionPurposeOther