AlternativeChoiceDetails.Product
public
static
class
AlternativeChoiceDetails.Product
extends Object
java.lang.Object | |
↳ | com.android.billingclient.api.AlternativeChoiceDetails.Product |
Details about a product being purchased.
Summary
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 methods
getOfferToken
public String getOfferToken ()
Returns the offer token that was passed in launchBillingFlow to purchase the product.
Returns | |
---|---|
String |
getType
public String getType ()
Returns the BillingClient.ProductType
of the product being purchased.
Returns | |
---|---|
String |
hashCode
public int hashCode ()
Returns | |
---|---|
int |