getUserFriendsInfo

PlatformModuleInterface::getUserFriendsInfo

Returns the list of the user’s friends on the platform.

Declaration

virtual std::vector<PlatformUserInfo> getUserFriendsInfo() = 0;

Parameters

None.

Returns

An std::vector of PlatformUserInfo containing information about the user’s friends on the platform.