Google_AchievementUnlockResponse
The Google Books Importer Google AchievementUnlockResponse class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_GamesService.php
- class Google_AchievementUnlockResponse extends Google_Model {
- public $kind;
- public $newlyUnlocked;
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setNewlyUnlocked( $newlyUnlocked) {
- $this->newlyUnlocked = $newlyUnlocked;
- }
- public function getNewlyUnlocked() {
- return $this->newlyUnlocked;
- }
- }