updateCurrentUserFriend

fun updateCurrentUserFriend(    friendXsollaUserId: String,     action: UpdateUserFriendsRequestAction,     callback: UpdateCurrentUserFriendsCallback)

Modifies relationships with the specified user.

Parameters

friendXsollaUserId

Identifier of a user to change relationships with.

action

Type of action to be applied to a specified friend.

callback

Callback that indicates the success of failure of an action.

Sources

Link copied to clipboard