EOS_Friends_QueryFriends

EOS API reference page for EOS_Friends_QueryFriends

2 mins to read

This function is part of the Friends Interface.

Remarks

Starts an asynchronous task that reads the user's friends list from the backend service, caching it for future use.

When the Social Overlay is enabled then this will be called automatically. The Social Overlay is enabled by default (see EOS_PF_DISABLE_SOCIAL_OVERLAY).

Parameters

EOS_Friends_QueryFriends

Parameter Type And NameUsage Information
EOS_HFriends Handle
const EOS_Friends_QueryFriendsOptions* Optionsstructure containing the account for which to retrieve the friends list
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Friends_OnQueryFriendsCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Friends_OnQueryFriendsCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Friends_QueryFriends

Callback Parameters

EOS_Friends_OnQueryFriendsCallback

Parameter Type And NameUsage Information
const EOS_Friends_QueryFriendsCallbackInfo* DataA EOS_Friends_QueryFriendsCallbackInfo containing the output information and result