unreal.PurchaseType
¶
- class unreal.PurchaseType¶
Bases:
unreal.EnumBase
Purchase Type
C++ Source:
Plugin: MagicLeap
Module: MagicLeap
File: InAppPurchaseComponent.h
- CONSUMABLE¶
! brief This represents an item that can be bought multiple times. The application is responsible for managing the consumption of this item.
- Type
0
- NONCONSUMABLE¶
! brief This represents an item that can only be bought once. This will be enforced by the services.
- Type
1
- UNDEFINED¶
2