Package com.teamviewer.sdk.screensharing
Interface ErrorCallback
public interface ErrorCallback
Callback for errors from the TeamViewer Sdk.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum indicating the cause of an error. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onError
(ErrorCallback.ErrorCode errorCode) Called when an error occurs.
-
Method Details
-
onError
Called when an error occurs.- Parameters:
errorCode
- AnErrorCode
indicating the cause of the error.
-