Interface Verification

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Verification
     implements Parcelable
                        

    Represents a parsed <Verification> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getVendor() the identifier for the verification vendor.
      abstract JavaScriptResource getJavaScriptResource() the container for the uri to the JavaScript file used to collect verification data.
      abstract String getVerificationNotExecutedUrl() the player did not or was not able to execute the provided verification url.
      abstract String getVerificationParameters() the parameters for bootstrapping the verification code and providing metadata about the current impression.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.

      • getVerificationParameters

         abstract String getVerificationParameters()

        the parameters for bootstrapping the verification code and providing metadata about the current impression.