# Print output for @column tags ?>
public
static
class
AlternativeChoiceDetails.Product
extends Object
| java.lang.Object | |
| ↳ | com.android.billingclient.api.AlternativeChoiceDetails.Product |
Details about a product being purchased.
Public methods | |
|---|---|
boolean
|
equals(Object o)
|
String
|
getId()
Returns the id of the product being purchased. |
String
|
getOfferToken()
Returns the offer token that was passed in launchBillingFlow to purchase the product. |
String
|
getType()
Returns the |
int
|
hashCode()
|
String
|
toString()
|
Inherited methods | |
|---|---|
public String getOfferToken ()
Returns the offer token that was passed in launchBillingFlow to purchase the product.
| Returns | |
|---|---|
String |
|
public String getType ()
Returns the BillingClient.ProductType of the product being purchased.
| Returns | |
|---|---|
String |
|
public int hashCode ()
| Returns | |
|---|---|
int |
|