Interface JavaScriptResource

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface JavaScriptResource
     implements Parcelable
                        

    Represents a parsed <JavaScriptResource> 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 getApiFramework() the name of the API framework used to execute the AdVerification code
      abstract Boolean getBrowserOptional() if true, this resource is optimized and able to execute in an environment without DOM and other browser built-ins (e.g.
      abstract String getUri() the uri to the JavaScript used to collect data.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getApiFramework

         abstract String getApiFramework()

        the name of the API framework used to execute the AdVerification code

      • getBrowserOptional

         abstract Boolean getBrowserOptional()

        if true, this resource is optimized and able to execute in an environment without DOM and other browser built-ins (e.g. iOS' JavaScriptCore).

      • getUri

         abstract String getUri()

        the uri to the JavaScript used to collect data.