INOmidFriendlyObstructionPurpose
Objective-C
enum INOmidFriendlyObstructionPurpose : NSUInteger {}
                Swift
enum INOmidFriendlyObstructionPurpose : UInt, @unchecked Sendable
                Defines different types of friendly obstructions.
- 
                  
                  
Views related to interacting with a video (e.g. play/pause buttons)
Declaration
Objective-C
INOmidFriendlyObstructionPurposeVIDEOCONTROLSSwift
case VIDEOCONTROLS = 0 - 
                  
                  
Views relating to closing an ad (e.g. close button
Declaration
Objective-C
INOmidFriendlyObstructionPurposeCLOSEADSwift
case CLOSEAD = 1 - 
                  
                  
Views that are not visibly obstructing the ad but may seem so due to technical limitations
Declaration
Objective-C
INOmidFriendlyObstructionPurposeNOTVISIBLESwift
case NOTVISIBLE = 2 - 
                  
                  
Views that are obstructing for any purpose not already described.
Declaration
Objective-C
INOmidFriendlyObstructionPurposeOTHERSwift
case OTHER = 3