Interface WhiteboardCompletionHandler


  • public interface WhiteboardCompletionHandler

    Defines an interface that the client application needs to implement to receive the details of the operation on the Whiteboard or WhiteboardSurface.

    • Method Detail

      • onSuccess

        void onSuccess()
        Reports that the operation was successfully completed.
      • onError

        void onError​(CollaborationException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.