AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzPlatformMarketTest Class Reference

#include <CzPlatformMarket.h>

Inheritance diagram for CzPlatformMarketTest:
IzPlatformMarket IzPlatformMarket

List of all members.

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

Member Function Documentation

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.

Restore previously purchased products.

Implements IzPlatformMarket.

Restore previously purchased products.

Implements IzPlatformMarket.

void CzPlatformMarketTest::Update ( ) [virtual]

Per frame update.

Implements IzPlatformMarket.

void CzPlatformMarketTest::Update ( ) [virtual]

Per frame update.

Implements IzPlatformMarket.


Member Data Documentation


The documentation for this class was generated from the following files: