Package com.naver.ads.video.vast.raw
Interface JavaScriptResource
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface JavaScriptResource implements Parcelable
Represents a parsed
<JavaScriptResource>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetApiFramework()the name of the API framework used to execute the AdVerification code abstract BooleangetBrowserOptional()if true, this resource is optimized and able to execute in an environment without DOM and other browser built-ins (e.g. abstract StringgetUri()the uri to the JavaScript used to collect data. -
-
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).
-
-
-
-