Interface SlideCompletionHandler


  • public interface SlideCompletionHandler
    Not supported in Client SDK.

    Defines an interface that the client application needs to implement to receive the result of a requested feature operation.

    This handler may be implemented as an anonymous class to receive initial feedback about the outcome of a previously invoked operation by the application.

    See Also:
    Slide.getSlideData(SlideCompletionHandler)
    • Method Detail

      • onSuccess

        void onSuccess​(RenderingBlock renderingBlock)
        Reports that the operation was successfully completed.
        Parameters:
        renderingBlock - block that represents slide data
      • onError

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