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
INOmidFriendlyObstructionPurposeVIDEOCONTROLS
Swift
case VIDEOCONTROLS = 0
-
Views relating to closing an ad (e.g. close button
Declaration
Objective-C
INOmidFriendlyObstructionPurposeCLOSEAD
Swift
case CLOSEAD = 1
-
Views that are not visibly obstructing the ad but may seem so due to technical limitations
Declaration
Objective-C
INOmidFriendlyObstructionPurposeNOTVISIBLE
Swift
case NOTVISIBLE = 2
-
Views that are obstructing for any purpose not already described.
Declaration
Objective-C
INOmidFriendlyObstructionPurposeOTHER
Swift
case OTHER = 3