Public Member Functions | |
| void | UnlockAchievement (string userId, string achievementCode, ResultCallback callback) |
| Unlock specific achievement. | |
| void | BulkUnlockAchievement (string userId, string[] achievementCodes, ResultCallback< BulkUnlockAchievementResponse[]> callback) |
| Unlock multiple achievements via achievementCode for the current user. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
|
inline |
Unlock multiple achievements via achievementCode for the current user.
| userId | User id of user to unlock achievements for. |
| achievementCodes | Array of achievement codes to be unlocked. |
| callback | Returns a Result via callback that contains an array of BulkUnlockAchievementResponse when completed. |
|
inline |
Unlock specific achievement.
| userId | The id of the user who will receive achievement. |
| achievementCode | The achievement code which will be unlock. |
| callback | Returns a Result via callback when completed. |