Package com.naver.ads.video.vast.raw
Interface Extension
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Extension implements Parcelable
Represents a parsed
<Extension>element.
-
-
Method Summary
Modifier and Type Method Description abstract List<Verification>toVerifications()abstract StringgetName()abstract StringgetValue()abstract Map<String, String>getAttributes()abstract List<Extension>getChild()-
-
Method Detail
-
toVerifications
abstract List<Verification> toVerifications()
-
getAttributes
abstract Map<String, String> getAttributes()
-
-
-
-