VerificationResource
public protocol VerificationResource
Represents information about single ad verification resource. For example:
In the example above:
- the name of the ad verification resource is “JavaScriptResource”
- the value of the ad verification resource is: “https://server.com/omid-validation-verification-script-v1.js”
- the attributes of the ad verification resource are: apiFramework=“omid” and browserOptional=“true”
-
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
Dictionaryinstance of attributes of the node for the ad verification resource.Declaration
Swift
var attributes: [AnyHashable : Any]? { get }