Package com.teamviewer.sdk.screensharing
Interface AuthenticationResult
public interface AuthenticationResult
Callback to provide the result of the
authentication
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-