Package com.naver.ads.video.vast.raw
Interface StaticResource
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface StaticResource implements Parcelable
Represents a parsed
<StaticResource>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCreativeType()identifies the MIME type of the creative provided. abstract StringgetContent()a uri to the static creative file to be used for the ad component identified in the parent element. -
-
Method Detail
-
getCreativeType
abstract String getCreativeType()
identifies the MIME type of the creative provided.
-
getContent
abstract String getContent()
a uri to the static creative file to be used for the ad component identified in the parent element.
-
-
-
-