Package com.naver.ads.video.vast.raw
Interface Verification
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Verification implements Parcelable
Represents a parsed
<Verification>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetVendor()the identifier for the verification vendor. abstract JavaScriptResourcegetJavaScriptResource()the container for the uri to the JavaScript file used to collect verification data. abstract StringgetVerificationNotExecutedUrl()the player did not or was not able to execute the provided verification url. abstract StringgetVerificationParameters()the parameters for bootstrapping the verification code and providing metadata about the current impression. -
-
Method Detail
-
getVendor
abstract String getVendor()
the identifier for the verification vendor. The recommended format is \[domain]-\[useCase], to avoid name collisions. For example,
company.com-omid.
-
getJavaScriptResource
abstract JavaScriptResource getJavaScriptResource()
the container for the uri to the JavaScript file used to collect verification data.
-
getVerificationNotExecutedUrl
abstract String getVerificationNotExecutedUrl()
the player did not or was not able to execute the provided verification url.
-
getVerificationParameters
abstract String getVerificationParameters()
the parameters for bootstrapping the verification code and providing metadata about the current impression.
-
-
-
-