DIFF

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.

proto native EBiosError GetFriendsAsync()

The async result is returned in the OnFriendsAsync callback.

Returns: EBiosError indicating if the async operation is pending.

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