Interface AuthenticationCallback


public interface AuthenticationCallback
Callback for authentication of incoming connections to the TeamViewer Sdk.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an incoming connection request is received and must be authenticated.
    void
    Called when the authentication gets canceled before it was answered, e.g.
  • Method Details

    • onAuthentication

      void onAuthentication(AuthenticationData data)
      Called when an incoming connection request is received and must be authenticated.
      Parameters:
      data - AuthenticationData containing the callback and more information about the authentication.
    • onAuthenticationCanceled

      void onAuthenticationCanceled()
      Called when the authentication gets canceled before it was answered, e.g. when the supporter aborts the connection.