getAllowFriendDiscovery

fun SendbirdChat.getAllowFriendDiscovery(handler: ResultHandler<Boolean>?)

Gets friend discoverability of current user.

Since

4.15.0

Parameters

handler

A handler to get notified of the result.


suspend fun SendbirdChat.getAllowFriendDiscovery(): Boolean

Deprecated

As of 4.17.0, replaced with awaitGetAllowFriendDiscovery().

Replace with

awaitGetAllowFriendDiscovery()

Gets friend discoverability of current user.

Since

4.15.0