DayZ 1.24
|
BiosSocialService is used to query friend list and other social features for the current user. More...
Private Member Functions | |
proto native EBiosError | ShowUserProfileAsync (string uid_target) |
Display small system UI profile for the target. | |
proto native EBiosError | GetFriendsAsync () |
Query for friends list. | |
void | OnUserProfileAsync (EBiosError error) |
Async callback for ShowUserProfileAsync. | |
void | OnFriendsAsync (BiosFriendInfoArray friend_list, EBiosError error) |
Async callback for GetFriendsAsync. | |
BiosSocialService is used to query friend list and other social features for the current user.
Todo: report friend changes
Definition at line 23 of file BiosSocialService.c.
|
private |
Query for friends list.
The async result is returned in the OnFriendsAsync callback.
|
inlineprivate |
Async callback for GetFriendsAsync.
friend_list | list of BiosFriendInfo for each friend. NULL if failed. |
error | error indicating success or fail of the async operation. |
Definition at line 58 of file BiosSocialService.c.
References OnlineServices::OnFriendsAsync().
|
inlineprivate |
Async callback for ShowUserProfileAsync.
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. |
Definition at line 48 of file BiosSocialService.c.
References OnlineServices::OnUserProfileAsync().
|
private |
Display small system UI profile for the target.
Xbox: The async result is returned in the OnPermissionsAsync callback.
uid_target | target user Uid's for which to display profile. |