Package com.teamviewer.sdk.screensharing
Interface AccessControlResult
public interface AccessControlResult
Callback to provide the result of the
AccessControl
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAccessControlResult
(boolean accepted) Must be called from the main thread.
-
Method Details
-
onAccessControlResult
void onAccessControlResult(boolean accepted) Must be called from the main thread.- Parameters:
accepted
- Whether the requested access control should be accepted or not.
-