Package com.naver.ads.video.vast.raw
Interface Pricing
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Pricing implements Parcelable
Represents a parsed
<Pricing>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetModel()identifies the pricing model as one of: CPM, CPC, CPE, or CPV. abstract StringgetCurrency()the three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. abstract StringgetPrice()a number that represents a price that can be used in real-time bidding systems. -
-
Method Detail
-
getCurrency
abstract String getCurrency()
the three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.).
-
-
-
-