Interface ErrorCallback


public interface ErrorCallback
Callback for errors from the TeamViewer Sdk.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enum indicating the cause of an error.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an error occurs.
  • Method Details

    • onError

      void onError(ErrorCallback.ErrorCode errorCode)
      Called when an error occurs.
      Parameters:
      errorCode - An ErrorCode indicating the cause of the error.