|
|
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) |