Searched defs:achievementId (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/ |
H A D | Achievements.php | 51 public function increment($achievementId, $stepsToIncrement, $optParams = []) 91 public function reveal($achievementId, $optParams = []) 108 public function setStepsAtLeast($achievementId, $steps, $optParams = []) 122 public function unlock($achievementId, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/ |
H A D | AchievementConfigurations.php | 40 public function delete($achievementId, $optParams = []) 54 public function get($achievementId, $optParams = []) 105 public function update($achievementId, AchievementConfiguration $postBody, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/ |
H A D | Achievements.php | 43 public function reset($achievementId, $optParams = []) 84 public function resetForAllPlayers($achievementId, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | AchievementUpdateRequest.php | 25 public $achievementId; variable in Google\\Service\\Games\\AchievementUpdateRequest 42 public function setAchievementId($achievementId)
|
H A D | AchievementUpdateResponse.php | 25 public $achievementId; variable in Google\\Service\\Games\\AchievementUpdateResponse 50 public function setAchievementId($achievementId)
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_GamesManagementService.php | 35 public function reset($achievementId, $optParams = array()) {
|
H A D | Google_GamesService.php | 70 public function increment($achievementId, $stepsToIncrement, $optParams = array()) { 111 public function reveal($achievementId, $optParams = array()) { 128 public function unlock($achievementId, $optParams = array()) {
|