Interface ReceivingSharingControlCompletionHandler


  • public interface ReceivingSharingControlCompletionHandler
    Completion handler used to report that receiving sharing control operation finished.
    • 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.