Classes | |
class | AccountInformation |
Static class representing account information. More... | |
class | InAppPurchaseDialog |
Class representing the dialog for processing In-App billing. More... | |
class | InAppPurchaseProduct |
Class representing a product that can be purchased with In-App Purchase. More... | |
class | InAppPurchaseProductList |
Class representing a list of products that can be purchased with In-App Purchase. More... | |
class | NetworkStreamReader |
Stream reader class. More... | |
class | NetworkResponse |
Network response class. More... | |
class | NetworkRequest |
Network request class. More... | |
class | Network |
Network class which handles scoreboard usage. More... | |
Enumerations | |
enum | InAppPurchaseCommand { None = 0, GetProductInfo = 1, GetTicketInfo = 2, Purchase = 3, Consume = 4 } |
Operation command of In-App Purchase. More... | |
enum | InAppPurchaseTicketType { Normal = 0, Consumable = 1 } |
Ticket type of In-App Purchase. More... | |
enum | NetworkRequestType |
Network request type. | |
enum | NetworkState { NotConnected = 0, SignedOut, SignedIn, Online, AuthRequested, AuthRequestReady, AuthRequestFailed, NetworkServerIdle, NetworkServerRequested, NetworkServerReady, NetworkServerFailed } |
Network state. More... |
Services feature.
enum InAppPurchaseCommand |
enum NetworkState |
Network state.