UserChoiceDetails.Product

public class UserChoiceDetails.Product 


Details about a product being purchased.

Summary

Public methods

boolean
String

Returns the id of the product being purchased.

String

Returns the offer token that was passed in launchBillingFlow to purchase the product.

String

Returns the ProductType of the product being purchased.

int
String

Public methods

equals

public boolean equals(Object o)

getId

public String getId()

Returns the id of the product being purchased.

getOfferToken

public String getOfferToken()

Returns the offer token that was passed in launchBillingFlow to purchase the product.

getType

public String getType()

Returns the ProductType of the product being purchased.

hashCode

public int hashCode()

toString

public String toString()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年02月27日 UTC.