Enum CodelessButtonType
The type of a CodelessIAPButton
, can be either a purchase or a restore button.
Namespace: UnityEngine.Purchasing
Syntax
public enum CodelessButtonType
Fields
Name | Description | Value |
---|---|---|
Purchase | This button will display localized product title and price. Clicking will trigger a purchase. |
0 |
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. |
1 |