getUserFriendsInfo ================== :doc:`/types/PlatformModuleInterface/index`::getUserFriendsInfo Returns the list of the user's friends on the platform. Declaration ----------- .. code-block:: cpp virtual std::vector getUserFriendsInfo() = 0; Parameters ---------- None. Returns ------- An `std::vector `_ of :doc:`/types/PlatformUserInfo/index` containing information about the user's friends on the platform.