class BiosSocialServiceSource
Todo: report friend changes
Methods 4
proto native EBiosError ShowUserProfileAsync(string uid_target)Xbox: The async result is returned in the OnPermissionsAsync callback.
uid_target- target user Uid's for which to display profile.
Returns: EBiosError indicating if the async operation is pending.
Referenced by OnlineServices.ShowUserProfile()
proto native EBiosError GetFriendsAsync()The async result is returned in the OnFriendsAsync callback.
Returns: EBiosError indicating if the async operation is pending.
Referenced by OnlineServices.LoadFriends()
void OnUserProfileAsync(EBiosError error)error- error indicating success or fail of the async operation. Xbox: OK - the user displayed the fullscreen profile Xbox: CANCEL - the user closed the small profile.
References OnlineServices.OnUserProfileAsync()
void OnFriendsAsync(BiosFriendInfoArray friend_list, EBiosError error)friend_list- list of BiosFriendInfo for each friend. NULL if failed.
error- error indicating success or fail of the async operation.
References OnlineServices.OnFriendsAsync()