com.annahid.libs.artenus.unified
Provides a unified system to access services provided by different app-stores. These services
include game services such as achievements and leaderboards, in-app billing, and multi-player
gaming.
Interface Summary
| Interface | Description |
|---|---|
| AdPlacementListener | Interface for classes that listen to ad placement events. |
| GameServices | Interface for classes that provide game services, such as achievements and leaderboards. |
| InventoryListener | Interface for classes that listen to in-app billing events. |
| ProductReceipt | Represents a receipt for a purchased product. |
Class Summary
| Class | Description |
|---|---|
| AdLayout | Provides a view group for an ad-driven game. |
| AdManager | Superclass of unified ad managers. |
| InventoryManager | Superclass for all in-app billing managers. |
| Product | Represents a product in an in-app billing system. |
| ProductList | Represents a group of products, accessible using their SKUs. |
| UnifiedServices | Provides store-specific game functionality in a unified way. |
Enum Summary
| Enum | Description |
|---|---|
| AdManager.Placements | Ad placement and visibility options. |
| Stores | App-stores known by the framework. |