Constructor SubscriptionManager
SubscriptionManager(Product, string)
Construct an object that allows inspection of a subscription product.
Declaration
public SubscriptionManager(Product product, string intro_json)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | Subscription to be inspected |
| string | intro_json | From |
SubscriptionManager(string, string, string)
Construct an object that allows inspection of a subscription product.
Declaration
public SubscriptionManager(string receipt, string id, string intro_json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | receipt | A Unity IAP unified receipt from |
| string | id | A product identifier. |
| string | intro_json | From |