Package com.naver.ads.video.vast.raw
Interface Category
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Category implements Parcelable
Represents a parsed
<Category>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAuthority()the uri for the organizational authority that produced the list being used to identify ad content category. abstract StringgetCategoryCode()the string that provides a category code or label that identifies the ad content category. -
-
Method Detail
-
getAuthority
abstract String getAuthority()
the uri for the organizational authority that produced the list being used to identify ad content category.
-
getCategoryCode
abstract String getCategoryCode()
the string that provides a category code or label that identifies the ad content category.
-
-
-
-