Public Member Functions | |
| IEnumerator | UnlockAchievement (string userId, string accessToken, string achievementCode, ResultCallback callback) |
| void | BulkUnlockAchievement (string userId, string[] achievementCodes, ResultCallback< BulkUnlockAchievementResponse[]> callback) |
Additional Inherited Members | |
| Protected Member Functions inherited from AccelByte.Core.ServerApiBase | |
| ServerApiBase (IHttpClient inHttpClient, ServerConfig inServerConfig, string inBaseUrl, ISession inSession, HttpOperator httpOperator=null) | |
| Protected Member Functions inherited from AccelByte.Core.ApiBaseParent | |
| ApiBaseParent (IHttpClient inHttpClient, ISession inSession, string inBaseUrl) | |
| Protected Attributes inherited from AccelByte.Core.ApiBaseParent | |
| readonly ISession | Session |
| Contains AuthorizationToken and related auth. | |
| Properties inherited from AccelByte.Core.ApiBaseParent | |
| IHttpClient | HttpClient [get] |