VerificationResource

public protocol VerificationResource

Represents information about single ad verification resource. For example:

<![CDATA[https://server.com/omid-validation-verification-script-v1.js]]> <![CDATA[parameterstring]]>

In the example above:

  • The name of the node for the ad verification resource.

    Declaration

    Swift

    var name: String? { get }
  • The value of the node for the ad verification resource.

    Declaration

    Swift

    var value: String? { get }
  • The Dictionary instance of attributes of the node for the ad verification resource.

    Declaration

    Swift

    var attributes: [AnyHashable : Any]? { get }