![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzPlatformMarket.h>
Public Member Functions | |
int | Init (void *id) |
Market intialisation. | |
void | Release () |
Market cleanup. | |
void | Update () |
Per frame update. | |
bool | QueryProduct (const char *product_id) |
Query product information. | |
bool | PurchaseProduct (const char *product_id) |
Purchase a product. | |
bool | RestoreProducts () |
Restore previously purchased products. | |
void | ForceError (eMarketStatus status) |
int | Init (void *id) |
Market intialisation. | |
void | Release () |
Market cleanup. | |
void | Update () |
Per frame update. | |
bool | QueryProduct (const char *product_id) |
Query product information. | |
bool | PurchaseProduct (const char *product_id) |
Purchase a product. | |
bool | RestoreProducts () |
Restore previously purchased products. | |
void | ForceError (eMarketStatus status) |
Protected Member Functions | |
bool | isBillingEnabled () |
Returns true if billing enabled on device. | |
bool | isBillingEnabled () |
Returns true if billing enabled on device. | |
Protected Attributes | |
CzTimer | PurchaseTimer |
void CzPlatformMarketTest::ForceError | ( | eMarketStatus | status | ) |
void CzPlatformMarketTest::ForceError | ( | eMarketStatus | status | ) |
int CzPlatformMarketTest::Init | ( | void * | id | ) | [virtual] |
Market intialisation.
Implements IzPlatformMarket.
int CzPlatformMarketTest::Init | ( | void * | id | ) | [virtual] |
Market intialisation.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::isBillingEnabled | ( | ) | [protected, virtual] |
Returns true if billing enabled on device.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::isBillingEnabled | ( | ) | [protected, virtual] |
Returns true if billing enabled on device.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::PurchaseProduct | ( | const char * | product_id | ) | [virtual] |
Purchase a product.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::PurchaseProduct | ( | const char * | product_id | ) | [virtual] |
Purchase a product.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::QueryProduct | ( | const char * | product_id | ) | [virtual] |
Query product information.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::QueryProduct | ( | const char * | product_id | ) | [virtual] |
Query product information.
Implements IzPlatformMarket.
void CzPlatformMarketTest::Release | ( | ) | [virtual] |
Market cleanup.
Implements IzPlatformMarket.
void CzPlatformMarketTest::Release | ( | ) | [virtual] |
Market cleanup.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::RestoreProducts | ( | ) | [virtual] |
Restore previously purchased products.
Implements IzPlatformMarket.
bool CzPlatformMarketTest::RestoreProducts | ( | ) | [virtual] |
Restore previously purchased products.
Implements IzPlatformMarket.
void CzPlatformMarketTest::Update | ( | ) | [virtual] |
Per frame update.
Implements IzPlatformMarket.
void CzPlatformMarketTest::Update | ( | ) | [virtual] |
Per frame update.
Implements IzPlatformMarket.
CzTimer CzPlatformMarketTest::PurchaseTimer [protected] |