PurchaseFlowParams
It is a parameter for purchasing in-app products.
See Also:
Summary
Nested classes | |
---|---|
class | It is a builder for easy creation of the PurchaseFlowParams instances. |
Public methods
getProductId
It is the ID of in-app products to be purchased.
Returns: | |
String |
|
getProductType
It is the type of in-app products to be purchased.
Returns: | |
String |
getProductName
It is not the name of registered in-app product but the name of in-app product to be exposed at the time of purchase.
If it is null, the name of registered in-app product will be exposed on the purchase page.
Returns: | |
String |
|
getGameUserId
It is the user’s ID that can be confirmed by developers.
Returns: | |
String |
|
isPromotionApplicable
It shows whether promotion is available or not.
Returns: | |
boolean |
|
getDeveloperPayload
It returns the payload specified by developers.
Returns: | |
String |
|
newBuilder
It generates a builder for creating the PurchaseFlowParams instances.
Returns: | |
|
Last updated