Enum UM_ProductType
Product type options.
Namespace: SA.CrossPlatform.InApp
Assembly: cs.temp.dll.dll
Syntax
public enum UM_ProductType
Fields
Name | Description |
---|---|
Consumable | A product that is used once, after which it becomes depleted and must be purchased again. Example: Fish food for a fishing app. |
NonConsumable | A product that is purchased once and does not expire or decrease with use. Example: Race track for a game app. |
Subscription | A product that allows users to purchase a service with a limited duration. Example: Gold account upgrade. |