DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс BiosSocialService

BiosSocialService is used to query friend list and other social features for the current user. Подробнее...

Закрытые члены

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

Методы

◆ GetFriendsAsync()

proto native EBiosError GetFriendsAsync ( )
private

Query for friends list.

The async result is returned in the OnFriendsAsync callback.

Возвращает
EBiosError indicating if the async operation is pending.

◆ OnFriendsAsync()

void OnFriendsAsync ( BiosFriendInfoArray friend_list,
EBiosError error )
inlineprivate

Async callback for GetFriendsAsync.

Аргументы
friend_listlist of BiosFriendInfo for each friend. NULL if failed.
errorerror indicating success or fail of the async operation.
59 {
61 }
Definition OnlineServices.c:2
static void OnFriendsAsync(BiosFriendInfoArray friend_list, EBiosError error)
Definition OnlineServices.c:265
Definition EntityAI.c:95

Перекрестные ссылки OnlineServices::OnFriendsAsync().

◆ OnUserProfileAsync()

void OnUserProfileAsync ( EBiosError error)
inlineprivate

Async callback for ShowUserProfileAsync.

Аргументы
errorerror indicating success or fail of the async operation. Xbox: OK - the user displayed the fullscreen profile Xbox: CANCEL - the user closed the small profile.
49 {
51 }
static void OnUserProfileAsync(EBiosError error)
Definition OnlineServices.c:260

Перекрестные ссылки OnlineServices::OnUserProfileAsync().

◆ ShowUserProfileAsync()

proto native EBiosError ShowUserProfileAsync ( string uid_target)
private

Display small system UI profile for the target.

Xbox: The async result is returned in the OnPermissionsAsync callback.

Аргументы
uid_targettarget user Uid's for which to display profile.
Возвращает
EBiosError indicating if the async operation is pending.

Объявления и описания членов класса находятся в файле: