Product
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.Product.Product(final long ptr) Parameters ptr: final long |
getBillingPlans
()
|
Billing plans related to the product.
Signature
BillingPlanArray com.meta.horizon.platform.ovr.models.Product.getBillingPlans() |
getContentRating
()
|
The content rating of a com.meta.horizon.platform.ovr.models.Product that specifies the age rating as well as other important information that needs to be displayed to the user per local regulations.
Signature
ContentRating com.meta.horizon.platform.ovr.models.Product.getContentRating() |
getCoverUrl
()
|
The URI for the cover image for the com.meta.horizon.platform.ovr.models.Product being sold.
Signature
String com.meta.horizon.platform.ovr.models.Product.getCoverUrl() Returns StringÂ
String
|
getDescription
()
|
The description for the product. The description should be meaningful and explanatory to help outline the product and its features.
Signature
String com.meta.horizon.platform.ovr.models.Product.getDescription() Returns StringÂ
String
|
getFormattedPrice
()
|
The formatted string for the com.meta.horizon.platform.ovr.models.Price. This is the same value stored in com.meta.horizon.platform.ovr.models.Price.
Signature
String com.meta.horizon.platform.ovr.models.Product.getFormattedPrice() Returns StringÂ
String
|
getIconUrl
()
|
The URI for com.meta.horizon.platform.ovr.models.Product icon.
Signature
String com.meta.horizon.platform.ovr.models.Product.getIconUrl() Returns StringÂ
String
|
getName
()
|
The name of the product. This will be used as a the display name and should be aligned with the user facing title.
Signature
String com.meta.horizon.platform.ovr.models.Product.getName() Returns StringÂ
String
|
getPrice
()
|
The com.meta.horizon.platform.ovr.models.Price of the product contains the currency code, the amount in hundredths, and the formatted string representation.
Signature
Price com.meta.horizon.platform.ovr.models.Product.getPrice() |
getShortDescription
()
|
The short description of a com.meta.horizon.platform.ovr.models.Product which provides more information about the com.meta.horizon.platform.ovr.models.Product. To be used in conjunction with the description of the com.meta.horizon.platform.ovr.models.Product.
Signature
String com.meta.horizon.platform.ovr.models.Product.getShortDescription() Returns StringÂ
String
|
getSku
()
|
The unique string that you use to reference the product in your app. The SKU is case-sensitive and should match the SKU reference in your code.
Signature
String com.meta.horizon.platform.ovr.models.Product.getSku() Returns StringÂ
String
|
getType
()
|
The type of product. An In-app purchase (IAP) add-on can be com.meta.horizon.platform.ovr.enums.ProductType#DURABLE, com.meta.horizon.platform.ovr.enums.ProductType#CONSUMABLE, or a com.meta.horizon.platform.ovr.enums.ProductType#SUBSCRIPTION.
Signature
ProductType com.meta.horizon.platform.ovr.models.Product.getType() Returns ProductTypeÂ
ProductType
|