checkFriends

public final Unit checkFriends(List<String> userIds, OperationHandler<List<FriendRelation>> handler)

Checks friend relationships with specified users.

Queries the friend relationship type between the current user and the specified users.

Parameters

userIds

List of user IDs to check

handler

Callback returning the list of friend relationships on success