-
public interface ProductCommon
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCurrency()abstract StringgetDebugDescription()abstract StringgetDescription()abstract StringgetDisplayName()abstract StringgetDisplayPrice()abstract StringgetId()abstract IapPlatformgetPlatform()abstract DoublegetPrice()abstract StringgetTitle()abstract ProductTypegetType()-
-
Method Detail
-
getCurrency
abstract String getCurrency()
-
getDebugDescription
abstract String getDebugDescription()
-
getDescription
abstract String getDescription()
-
getDisplayName
abstract String getDisplayName()
-
getDisplayPrice
abstract String getDisplayPrice()
-
getPlatform
abstract IapPlatform getPlatform()
-
getType
abstract ProductType getType()
-
-
-
-