Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Monetization.Purchases Namespace Reference

Classes

interface  vxIInAppPurchaseProvider
 In App Purchase wrapper. More...
 
class  vxInAppProduct
 This is an in app product which is available for purchase from the relavant plaform store. More...
 
class  vxInAppProductManager
 The In App Product Manager which holds all information for available in app products available for this game on this platform. More...
 
class  vxInAppPurchaseEventArgs
 
class  vxInAppPurchaseProviderForSteam
 

Enumerations

enum  vxInAppProductType { Consumable , NonConsumable , Subscription }
 Types of items which can be bought. More...
 

Enumeration Type Documentation

◆ vxInAppProductType

Types of items which can be bought.

Enumerator
Consumable 

An item which can be purchased multiple times once consumed.

NonConsumable 

An item which can be purchased only once.

Subscription 

An item which has a reoccuring purchase window.