public final class InSkillProduct extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InSkillProduct.Builder |
Modifier and Type | Method and Description |
---|---|
static InSkillProduct.Builder |
builder() |
boolean |
equals(Object o) |
Integer |
getActiveEntitlementCount()
Total active purchases of the product made by the user.
|
EntitledState |
getEntitled()
Get entitled
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getEntitledAsString()
Get the underlying String value for entitled.
|
EntitlementReason |
getEntitlementReason()
Get entitlementReason
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getEntitlementReasonAsString()
Get the underlying String value for entitlementReason.
|
String |
getName()
Name of the product in the language from the \"Accept-Language\" header
|
String |
getProductId()
Product Id
|
PurchasableState |
getPurchasable()
Get purchasable
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getPurchasableAsString()
Get the underlying String value for purchasable.
|
PurchaseMode |
getPurchaseMode()
Get purchaseMode
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getPurchaseModeAsString()
Get the underlying String value for purchaseMode.
|
String |
getReferenceName()
Developer selected in-skill product name.
|
String |
getSummary()
Product summary in the language from the \"Accept-Language\" header
|
ProductType |
getType()
Get type
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getTypeAsString()
Get the underlying String value for type.
|
int |
hashCode() |
String |
toString() |
public static InSkillProduct.Builder builder()
public String getProductId()
public String getReferenceName()
public String getName()
public ProductType getType()
public String getTypeAsString()
public String getSummary()
public PurchasableState getPurchasable()
public String getPurchasableAsString()
public EntitledState getEntitled()
public String getEntitledAsString()
public EntitlementReason getEntitlementReason()
public String getEntitlementReasonAsString()
public Integer getActiveEntitlementCount()
public PurchaseMode getPurchaseMode()
public String getPurchaseModeAsString()
Copyright © 2023. All rights reserved.