rfi.freemium.core.interfaces Namespace Reference

Classes

interface  IAchievementManager
 Use this class to manage the Achievements you create for your game More...
 
interface  IAchievementsDAL
 Data Access Layer for searching the Achievements Database More...
 
interface  IAdManager
 Use this class to manage the Ad networks you using in your game More...
 
interface  IAudioDAL
 Data Access Layer for searching the Audio Database More...
 
interface  ICameraSettings
 Creates and manages the Screen render camera More...
 
interface  IChanceDAL
 Data Access Layer for searching the Games of Chance Database More...
 
interface  IChanceManager
 Use this class to manage the games of Chance you create for your game More...
 
interface  IChestDAL
 Data Access Layer for searching the Loot Chests Database More...
 
interface  IChestManager
 Use this class to manage the loot chests you setup in the editor More...
 
interface  ICollectableManager
 Use this class to manage the collectables you setup in the editor More...
 
interface  ICollectablesDAL
 Data Access Layer for searching the Collectables Database More...
 
interface  IConsumableManager
 Use this class to manage the Consumables you setup in the editor More...
 
interface  IConsumablesDAL
 Data Access Layer for searching the Consumables Database More...
 
interface  IDailyPrizesDAL
 Data Access Layer for searching the Daily Prizes Database More...
 
interface  IDataManager
 A Global reference to all the Data Access Layer parts of the Freemium Starter Kit More...
 
interface  IEventManager
 Use this class to manage the events you setup in the editor More...
 
interface  IEventTrackerDAL
 Data Access Layer for searching the Events Database More...
 
interface  IGameLevelDAL
 Data Access Layer for searching the Levels Database More...
 
interface  IGameManager
 Use this class to manage the game Screen screens More...
 
interface  IGameNotification
 Represents a notification that will be delivered for this application. More...
 
interface  IGameNotificationsPlatform
 Any type that handles notifications for a specific game platform More...
 
interface  IGameSaveDAL
 This will allow you to load and save a custom data objects More...
 
interface  IGameStats
 Controls all of the games play properties More...
 
interface  IGameSystemDAL
 Data Access Layer for searching the Game System Database More...
 
interface  IGameSystemManager
 Game System Manager give you something like admin controll over the game from code. Most of these setting are done in the Editor, but if you need to change them at runtime... More...
 
interface  IGlobalManager
 A Global reference to all the core parts of the Freemium Starter Kit More...
 
interface  IInventoryManager
 Provides links to manage all inventory items that you setup in the editor More...
 
interface  ILeaderboardsDAL
 Data Access Layer for searching the Leaderboards Database More...
 
interface  ILevelManager
 Use this class to manage the Levels you setup in the editor More...
 
interface  ILocalNotifyManager
 Use this class to manage the local notifications you setup in the editor More...
 
interface  INotificationDAL
 Data Access Layer for searching the Notifications Database More...
 
interface  IPurchasableDAL
 Data Access Layer for searching the Purchasables Database More...
 
interface  IQuestsDAL
 Data Access Layer for searching the Quests Database More...
 
interface  IRewardManager
 Use this class to manage the rewards you setup in the editor More...
 
interface  IRewardsDAL
 Data Access Layer for searching the Rewards Database More...
 
interface  IScoreboardManager
 Use this class to manage the scoreboards you setup in the editor More...
 
interface  IScreenManager
 Use this class to manage the game Screen screens More...
 
interface  ISocialManager
 Use this class to manage social media that you setup in the editor More...
 
interface  ISocialMediaDAL
 Data Access Layer for searching the Social Media Database More...
 
interface  IStoreManager
 Use this class to manage purchasables that you setup in the editor More...