allowFriendDiscovery

suspend fun SendbirdChat.allowFriendDiscovery(allow: Boolean)

Deprecated

As of 4.17.0, replaced with awaitAllowFriendDiscovery(allow).

Replace with

awaitAllowFriendDiscovery(allow)

Sets friend discoverability of current user.

Since

4.15.0

Parameters

allow

true to allow, false to disallow.