Enum CodelessButtonType
The type of a CodelessIAPButton
, can be either a purchase or a restore button.
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public enum CodelessButtonType
Fields
Name | Description |
---|---|
Purchase | This button will display localized product title and price. Clicking will trigger a purchase. |
Restore | This button will display a static string for restoring previously purchased non-consumable and subscriptions. Clicking will trigger this restoration process, on supported app stores. |