Loading...
Searching...
No Matches
AccelByte.Api.GameProfilesApi Class Reference
Inheritance diagram for AccelByte.Api.GameProfilesApi:

Public Member Functions

IEnumerator BatchGetGameProfiles (ICollection< string > userIds, ResultCallback< UserGameProfiles[]> callback)
IEnumerator GetAllGameProfiles (string userId, ResultCallback< GameProfile[]> callback)
IEnumerator CreateGameProfile (string userId, GameProfileRequest gameProfile, ResultCallback< GameProfile > callback)
IEnumerator GetGameProfile (string userId, string profileId, ResultCallback< GameProfile > callback)
IEnumerator UpdateGameProfile (string userId, string profileId, GameProfileRequest gameProfile, ResultCallback< GameProfile > callback)
IEnumerator DeleteGameProfile (string userId, string profileId, ResultCallback callback)
IEnumerator GetGameProfileAtrribute (string userId, string profileId, string attributeName, ResultCallback< GameProfileAttribute > callback)
IEnumerator UpdateGameProfileAtrribute (string userId, string profileId, GameProfileAttribute attribute, ResultCallback< GameProfile > callback)

Additional Inherited Members

Protected Member Functions inherited from AccelByte.Core.ApiBase
 ApiBase (IHttpClient inHttpClient, Config inConfig, 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]