Interface ConferenceSlideViewerSubscriptionCompletionHandler


  • public interface ConferenceSlideViewerSubscriptionCompletionHandler
    Defines an interface that the client application must implement to receive the result of an operation requested on various conference slide viewer related methods.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError​(java.lang.Exception error)
      Reports that the conference slide viewer subscription has failed.
      void onSuccess​(java.util.List<ConferenceSlide> slidesInformation)
      Reports that the conference slide viewer subscription was successfully completed.
    • Method Detail

      • onSuccess

        void onSuccess​(java.util.List<ConferenceSlide> slidesInformation)
        Reports that the conference slide viewer subscription was successfully completed.
        Parameters:
        slidesInformation - The list of slides that are available on the conference call.
      • onError

        void onError​(java.lang.Exception error)
        Reports that the conference slide viewer subscription has failed.
        Parameters:
        error - Information about failure details.