Interface AuthenticationResult


public interface AuthenticationResult
Callback to provide the result of the authentication.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAuthenticationResult(boolean accepted)
    Must be called from the main thread.
  • Method Details

    • onAuthenticationResult

      void onAuthenticationResult(boolean accepted)
      Must be called from the main thread.
      Parameters:
      accepted - Whether the incoming connection should be accepted or not.