Package com.teamviewer.sdk.screensharing
Interface AuthenticationCallback
public interface AuthenticationCallback
Callback for authentication of incoming connections to the TeamViewer Sdk.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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.
-