![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Implements actions that relate to in-app purchasing (the Market) More...
#include <CzActionsMarket.h>
Public Types | |
enum | eActionType { Action_Purchase = 0, Action_Max = 1 } |
Public Member Functions | |
CzXomlActions_Market (eActionType type) | |
void | Execute (IzXomlResource *source, CzAction *action) |
The main actions executor for market related actions. All market (in-app purchase) specific actions are implemented by this method. | |
Protected Member Functions | |
CzXomlActions_Market () | |
Protected Attributes | |
eActionType | Type |
Implements actions that relate to in-app purchasing (the Market)
The CzXomlActions_Market class holds Actions (IzXomlAction) that deal with making in-app purchases such as purchasing a product. A market action is basically a command that causes some kind of interaction with the Market system and / or app store in-app purchasing system.
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on the in-app purchasing system see CzMarket
CzXomlActions_Market::CzXomlActions_Market | ( | ) | [inline, protected] |
CzXomlActions_Market::CzXomlActions_Market | ( | eActionType | type | ) | [inline] |
void CzXomlActions_Market::Execute | ( | IzXomlResource * | source, |
CzAction * | action | ||
) | [virtual] |
The main actions executor for market related actions. All market (in-app purchase) specific actions are implemented by this method.
[in] | source | - The source of the action |
[in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Market::Type [protected] |