Interface OnUserProfileAddListener


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

      • onUserProfileAdd

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