OmidFriendlyObstructionPurpose
public enum OmidFriendlyObstructionPurpose : IntThe list of purposes for which an obstruction would be registered as friendly.
- 
                  
                  The obstruction was added to offer the functionality to close the ad. DeclarationSwift case closeAd = 1
- 
                  
                  The obstruction was added as a part of the media controls, e.g. a pause button. DeclarationSwift case mediaControls = 2
- 
                  
                  The obstruction that was added is transparent and does not impact viewability. Remark Can, for example, be used to capture user taps.DeclarationSwift case notVisible = 3
- 
                  
                  The obstruction was added for another, possibly unknown, reason. DeclarationSwift case other = 4
