Product
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.Product.Product(final long ptr) Parameters ptr: final long |
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
|
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() |
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
|