This is the complete list of members for AccelByte.Api.GameProfiles, including all inherited members.
| BatchGetGameProfiles(ICollection< string > userIds, ResultCallback< UserGameProfiles[]> callback) | AccelByte.Api.GameProfiles | inline |
| CreateGameProfile(GameProfileRequest gameProfile, ResultCallback< GameProfile > callback) | AccelByte.Api.GameProfiles | inline |
| DeleteGameProfile(string profileId, ResultCallback callback) | AccelByte.Api.GameProfiles | inline |
| GetAllGameProfiles(ResultCallback< GameProfile[]> callback) | AccelByte.Api.GameProfiles | inline |
| GetGameProfile(string profileId, ResultCallback< GameProfile > callback) | AccelByte.Api.GameProfiles | inline |
| GetGameProfileAttribute(string profileId, string attributeName, ResultCallback< GameProfileAttribute > callback) | AccelByte.Api.GameProfiles | inline |
| IdValidator (defined in AccelByte.Core.WrapperBase) | AccelByte.Core.WrapperBase | protected |
| UpdateGameProfile(GameProfile gameProfile, ResultCallback< GameProfile > callback) | AccelByte.Api.GameProfiles | inline |
| UpdateGameProfile(string profileId, GameProfileRequest gameProfile, ResultCallback< GameProfile > callback) | AccelByte.Api.GameProfiles | inline |
| UpdateGameProfileAttribute(string profileId, GameProfileAttribute attribute, ResultCallback< GameProfile > callback) | AccelByte.Api.GameProfiles | inline |