Class Summary |
Game |
This Game object is the value object which contains the properties of Game
along with the setter & getter for those properties. |
GameResponseBuilder |
GameResponseBuilder class converts the JSON response retrieved from the
server to the value object i.e Game |
GameService |
The Game service allows Game, User, Score and ScoreBoard Management on the
Cloud. |
Reward |
This Reward object is the value object which contains the properties of
Reward along with the setter & getter for those properties. |
RewardResponseBuilder |
RewardResponseBuilder class converts the JSON response retrieved from the
server to the value object i.e Reward |
RewardService |
Define a Reward e.g. |
ScoreBoardService |
ScoreBoard allows storing, retrieving, querying and ranking scores for users
and Games across Game Session. |
ScoreService |
Allows game scoring. |