Interface OnUserAddListener


  • public interface OnUserAddListener
    Interface for callbacks when a user is added.
    • Method Detail

      • onUserAdd

        void onUserAdd​(boolean success)
        Called when a user is added.
        Parameters:
        success - whether the operation was successful or not