Interface CollaborationReadDetailsCompletionHandler


  • public interface CollaborationReadDetailsCompletionHandler

    Defines an interface that the client application needs to implement to receive the collaboration details.

    • Method Detail

      • onSuccess

        void onSuccess​(CollaborationDetails collaborationDetails)
        Reports that the operation was successfully completed.
        Parameters:
        collaborationDetails - collaboration details object.
      • onError

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