OmidFriendlyObstructionPurpose

public enum OmidFriendlyObstructionPurpose : Int

The list of purposes for which an obstruction would be registered as friendly.

  • The obstruction was added to offer the functionality to close the ad.

    Declaration

    Swift

    case closeAd = 1
  • The obstruction was added as a part of the media controls, e.g. a pause button.

    Declaration

    Swift

    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.

    Declaration

    Swift

    case notVisible = 3
  • The obstruction was added for another, possibly unknown, reason.

    Declaration

    Swift

    case other = 4