JWFriendlyObstructionPurpose

@objc
public enum JWFriendlyObstructionPurpose : Int
extension JWFriendlyObstructionPurpose: CustomStringConvertible

Constants describing the intended purpose of the obstruction.

  • The obstruction serves as additional media controls.

    Declaration

    Swift

    case mediaControls
  • The obstruction is a controls which closes the ad.

    Declaration

    Swift

    case closeAd
  • The obstruction is not visible.

    Declaration

    Swift

    case notVisible
  • A catch-all value for all other undefined purposes for an obstruction.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }