Package com.teamviewer.sdk.screensharing
Interface AccessControlCallback
public interface AccessControlCallback
Callback for authentication of access control requests from the remote supporter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an access control request is received and must be authenticated.
-
Method Details
-
onAccessControlRequest
Called when an access control request is received and must be authenticated.- Parameters:
data
-AccessControlData
containing the callback and more information about the access control request.
-