Package 

Interface GetAllowFriendDiscoveryHandler

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Boolean allowed, SendBirdException e) Called when action is completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onComplete

         abstract Unit onComplete(Boolean allowed, SendBirdException e)

        Called when action is completed.

        since 3.0.150

        Parameters:
        allowed - true if friend discovery is allowed, false otherwise.
        e - null if action was successfully completed.