addFriends

fun SendbirdChat.addFriends(userIds: List<String>, handler: ResultHandler<List<User>>?)

Add friends.

Since

4.15.0

Parameters

userIds

User IDs to add friends.

handler

Callback handler.


suspend fun SendbirdChat.addFriends(userIds: List<String>): List<User>

Deprecated

As of 4.17.0, replaced with awaitAddFriends(userIds).

Replace with

awaitAddFriends(userIds)

Add friends.

Since

4.15.0

Parameters

userIds

User IDs to add friends.