AlternativeChoiceDetails.Product

public class 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 ProductType of the product being purchased.

int
(削除) hashCode (削除ここまで)()
String
(削除) toString (削除ここまで)()

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.